Lines Matching refs:byte_codes
3460 VSTRING *byte_codes = vstring_alloc(100); in rbl_byte_pagein() local
3465 if ((err = ip_match_parse(byte_codes, saved_query)) != 0) in rbl_byte_pagein()
3467 saved_byte_codes = ip_match_save(byte_codes); in rbl_byte_pagein()
3469 vstring_free(byte_codes); in rbl_byte_pagein()
3598 static int rbl_match_addr(SMTPD_RBL_STATE *rbl, const char *byte_codes) in rbl_match_addr() argument
3605 if (ip_match_execute(byte_codes, rr->data)) in rbl_match_addr()
3627 const char *byte_codes; in find_dnsxl_addr() local
3672 byte_codes = ctable_locate(smtpd_rbl_byte_cache, reply_addr); in find_dnsxl_addr()
3678 && !rbl_match_addr(rbl, byte_codes)) in find_dnsxl_addr()
3747 const char *byte_codes; in find_dnsxl_domain() local
3791 byte_codes = ctable_locate(smtpd_rbl_byte_cache, reply_addr); in find_dnsxl_domain()
3797 && !rbl_match_addr(rbl, byte_codes)) in find_dnsxl_domain()