Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmatch_list.h43 #define MATCH_FLAG_ALL (MATCH_FLAG_PARENT | MATCH_FLAG_RETURN) macro
H A Dmatch_list.c202 if (flags & ~MATCH_FLAG_ALL) in match_list_init()