Searched refs:ip_match_parse (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dip_match.h24 extern char *ip_match_parse(VSTRING *, char *);
H A Dip_match.c11 /* char *ip_match_parse(byte_codes, pattern)
36 /* ip_match_parse() converts the user-specified pattern to
41 /* ip_match_save() saves the result from ip_match_parse() for
59 /* Byte-code array produced by ip_match_parse().
434 /* ip_match_parse - parse an entire wild-card address pattern */
436 char *ip_match_parse(VSTRING *byte_codes, char *pattern) function
642 if ((err = ip_match_parse(byte_codes, user_pattern)) != 0) {
/netbsd-current/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_dnsbl.c255 if ((parse_err = ip_match_parse(byte_codes, pattern_text)) != 0)
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c3465 if ((err = ip_match_parse(byte_codes, saved_query)) != 0)

Completed in 196 milliseconds