HomeSort by: relevance | last modified time | path
    Searched refs:match_list_free (Results 1 - 7 of 7) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
domain_list.h 29 #define domain_list_free match_list_free
namadr_list.h 29 #define namadr_list_free match_list_free
string_list.h 29 #define string_list_free match_list_free
addr_match_list.h 30 #define addr_match_list_free match_list_free
  /src/external/ibm-public/postfix/dist/src/util/
match_list.h 47 extern void match_list_free(MATCH_LIST *);
match_list.c 22 /* void match_list_free(list)
47 /* match_list_free() releases storage allocated by match_list_init().
267 /* match_list_free - release storage */
269 void match_list_free(MATCH_LIST *list) function
  /src/external/bsd/libarchive/dist/libarchive/
archive_match.c 162 static void match_list_free(struct match_list *);
256 match_list_free(&(a->inclusions));
257 match_list_free(&(a->exclusions));
261 match_list_free(&(a->inclusion_unames));
262 match_list_free(&(a->inclusion_gnames));
846 match_list_free(struct match_list *list) function

Completed in 30 milliseconds