Home
last modified time | relevance | path

Searched refs:rrset_parse (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/unbound/util/data/
H A Dmsgparse.h69 struct rrset_parse;
134 struct rrset_parse* hashtable[PARSE_TABLE_SIZE];
137 struct rrset_parse* rrset_first;
139 struct rrset_parse* rrset_last;
145 struct rrset_parse { struct
147 struct rrset_parse* rrset_bucket_next; argument
149 struct rrset_parse* rrset_all_next; argument
335 struct rrset_parse* msgparse_hashtable_lookup(struct msg_parse* msg,
344 void msgparse_bucket_remove(struct msg_parse* msg, struct rrset_parse* rrset);
H A Dmsgparse.c78 static struct rrset_parse*
222 struct rrset_parse*
269 struct rrset_parse** p; in msgparse_bucket_remove()
285 struct rrset_parse *p, *prev; in change_section()
344 struct rrset_parse* sigset, struct rrset_parse* dataset, int duplicate) in moveover_rrsigs()
391 static struct rrset_parse*
396 struct rrset_parse* dataset = sigset; in change_rrsig_rrset()
834 struct rrset_parse* rrset = NULL; in parse_section()
1063 struct rrset_parse* prev = 0; in parse_extract_edns_from_response_msg()
1064 struct rrset_parse* found = 0; in parse_extract_edns_from_response_msg()
[all …]
H A Dmsgreply.h57 struct rrset_parse;
412 struct rrset_parse *pset, struct regional* region,
H A Dmsgreply.c300 parse_rr_copy(sldns_buffer* pkt, struct rrset_parse* pset, in parse_rr_copy()
343 parse_create_rrset(sldns_buffer* pkt, struct rrset_parse* pset, in parse_create_rrset()
373 get_rrset_trust(struct msg_parse* msg, struct rrset_parse* rrset) in get_rrset_trust()
411 struct rrset_parse *pset, struct regional* region, in parse_copy_decompress_rrset()
457 struct rrset_parse *pset = msg->rrset_first; in parse_copy_decompress()
/freebsd-13.1/contrib/unbound/iterator/
H A Diter_scrub.c64 struct rrset_parse* prev, struct rrset_parse** rrset) in remove_rrset()
152 struct rrset_parse* rrset) in mark_additional_rrset()
251 static struct rrset_parse*
254 struct rrset_parse* rrset, struct rrset_parse* prev, in synth_cname_rrset()
255 struct rrset_parse* nx, sldns_buffer* pkt) in synth_cname_rrset()
257 struct rrset_parse* cn = (struct rrset_parse*)regional_alloc(region, in synth_cname_rrset()
258 sizeof(struct rrset_parse)); in synth_cname_rrset()
341 struct rrset_parse* rrset; in soa_in_auth()
618 struct rrset_parse* rrset) in store_rrset()
649 struct rrset_parse* rrset, uint8_t* zonename) in sanitize_nsec_is_overreach()
[all …]
H A Diter_priv.h50 struct rrset_parse;
103 struct rrset_parse* rrset);
H A Diter_priv.c212 remove_rr(const char* str, sldns_buffer* pkt, struct rrset_parse* rrset, in remove_rr()
233 struct rrset_parse* rrset) in priv_rrset_bad()
/freebsd-13.1/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch63 struct rrset_parse* rrset, *prev;