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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dip_match.c130 #define IP_MATCH_CODE_CLOSE ']' /* in-band */ macro
201 else if (ch == IP_MATCH_CODE_CLOSE) {
210 if (*bp != IP_MATCH_CODE_CLOSE)
328 else if (ch == IP_MATCH_CODE_CLOSE) {
546 } else if (token_type == IP_MATCH_CODE_CLOSE) {
552 IP_MATCH_CODE_CLOSE);
561 VSTRING_ADDCH(byte_codes, IP_MATCH_CODE_CLOSE);

Completed in 208 milliseconds