Home
last modified time | relevance | path

Searched refs:MATCH_LIST_FN (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmatch_list.h27 typedef int (*MATCH_LIST_FN) (MATCH_LIST *, const char *, const char *); typedef
34 MATCH_LIST_FN *match_func; /* match functions */
H A Dmatch_list.c210 (MATCH_LIST_FN *) mymalloc(match_count * sizeof(MATCH_LIST_FN)); in match_list_init()
215 list->match_func[i] = va_arg(ap, MATCH_LIST_FN); in match_list_init()