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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dip_match.c11 /* char *ip_match_parse(byte_codes, pattern)
12 /* VSTRING *byte_codes;
15 /* char *ip_match_save(byte_codes)
16 /* const VSTRING *byte_codes;
18 /* int ip_match_execute(byte_codes, addr_bytes)
19 /* cost char *byte_codes;
22 /* char *ip_match_dump(printable, byte_codes)
24 /* const char *byte_codes;
38 /* of success, or a pointer into the byte_codes buffer with a
45 /* against a byte-code array in byte_codes
144 ip_match_save(const VSTRING *byte_codes) argument
154 ip_match_dump(VSTRING *printable, const char *byte_codes) argument
246 ip_match_print_code_prefix(const char *byte_codes, size_t len) argument
274 ip_match_execute(const char *byte_codes, const char *addr_bytes) argument
436 ip_match_parse(VSTRING *byte_codes, char *pattern) argument
616 VSTRING *byte_codes = vstring_alloc(100); local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_dnsbl.c126 char *byte_codes; /* encoded filter (default: null) */ member in struct:PSC_DNSBL_SITE
227 VSTRING *byte_codes = 0; local
254 byte_codes = vstring_alloc(100);
255 if ((parse_err = ip_match_parse(byte_codes, pattern_text)) != 0)
292 new_site->byte_codes = (byte_codes ? ip_match_save(byte_codes) : 0);
298 if (byte_codes)
299 vstring_free(byte_codes);
430 if (site->byte_codes
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c3460 VSTRING *byte_codes = vstring_alloc(100); local
3465 if ((err = ip_match_parse(byte_codes, saved_query)) != 0)
3467 saved_byte_codes = ip_match_save(byte_codes);
3469 vstring_free(byte_codes);
3598 static int rbl_match_addr(SMTPD_RBL_STATE *rbl, const char *byte_codes) argument
3605 if (ip_match_execute(byte_codes, rr->data))
3627 const char *byte_codes; local
3672 byte_codes = ctable_locate(smtpd_rbl_byte_cache, reply_addr);
3678 && !rbl_match_addr(rbl, byte_codes))
3747 const char *byte_codes; local
[all...]

Completed in 117 milliseconds