Searched refs:match_service_match (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/global/
H A Dmatch_service.h18 extern int match_service_match(ARGV *, const char *);
H A Dmatch_service.c15 /* int match_service_match(list, name_type)
41 /* must be passed to match_service_match() or match_service_free().
46 /* match_service_match() matches one service name.type string
129 /* match_service_match - match service name.type against pattern list */
131 int match_service_match(ARGV *list, const char *name_type) function
133 const char *myname = "match_service_match";
/macosx-10.10/postfix-255/postfix/src/master/
H A Dmaster_ent.c298 if (match_service_match(master_disable, vstring_str(junk)) == 0)

Completed in 117 milliseconds