Searched refs:match_list_free (Results 1 – 1 of 1) sorted by relevance
158 static void match_list_free(struct match_list *);252 match_list_free(&(a->inclusions)); in archive_match_free()253 match_list_free(&(a->exclusions)); in archive_match_free()257 match_list_free(&(a->inclusion_unames)); in archive_match_free()258 match_list_free(&(a->inclusion_gnames)); in archive_match_free()841 match_list_free(struct match_list *list) in match_list_free() function