Lines Matching refs:region

85 	struct regional* region)  in new_rrset()  argument
87 struct rrset_parse* p = regional_alloc(region, sizeof(*p)); in new_rrset()
346 moveover_rrsigs(sldns_buffer* pkt, struct regional* region, in moveover_rrsigs() argument
360 region, sizeof(struct rr_parse)); in moveover_rrsigs()
397 int hasother, sldns_pkt_section section, struct regional* region) in change_rrsig_rrset() argument
408 section, region); in change_rrsig_rrset()
417 if(!moveover_rrsigs(pkt, region, sigset, dataset, in change_rrsig_rrset()
472 sldns_pkt_section section, struct regional* region) in find_rrset() argument
557 region); in find_rrset()
755 struct msg_parse* msg, struct regional* region, in add_rr_to_rrset() argument
787 if(!(rr = (struct rr_parse*)regional_alloc(region, sizeof(*rr)))) in add_rr_to_rrset()
827 struct regional* region, sldns_pkt_section section, in parse_section() argument
884 section, region)) in parse_section()
890 hash, rrset_flags, section, region); in parse_section()
903 if((r=add_rr_to_rrset(rrset, pkt, msg, region, section, in parse_section()
911 parse_packet(sldns_buffer* pkt, struct msg_parse* msg, struct regional* region) in parse_packet() argument
927 if((ret = parse_section(pkt, msg, region, LDNS_SECTION_ANSWER, in parse_packet()
930 if((ret = parse_section(pkt, msg, region, LDNS_SECTION_AUTHORITY, in parse_packet()
936 } else if((ret = parse_section(pkt, msg, region, in parse_packet()
950 struct comm_reply* repinfo, uint32_t now, struct regional* region, in parse_edns_options_from_query() argument
964 c->tcp_timeout_msec / 100, region)) { in parse_edns_options_from_query()
991 cfg->nsid, region)) { in parse_edns_options_from_query()
1021 region)) { in parse_edns_options_from_query()
1034 0, NULL, region)) { in parse_edns_options_from_query()
1096 opt_len, rdata_ptr, region)) { in parse_edns_options_from_query()
1132 region)) { in parse_edns_options_from_query()
1143 opt_code, opt_len, rdata_ptr, region)) { in parse_edns_options_from_query()
1155 struct edns_data* edns, struct regional* region) in parse_extract_edns_from_response_msg() argument
1231 opt_code, opt_len, rdata_ptr, region)) { in parse_extract_edns_from_response_msg()
1271 struct comm_reply* repinfo, time_t now, struct regional* region, in parse_edns_from_query_pkt() argument
1318 c, repinfo, now, region, cookie_secrets); in parse_edns_from_query_pkt()