Searched refs:rrset_parse (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/unbound/util/data/ |
| H A D | msgparse.h | 69 struct rrset_parse; 140 struct rrset_parse* hashtable[PARSE_TABLE_SIZE]; 143 struct rrset_parse* rrset_first; 145 struct rrset_parse* rrset_last; 151 struct rrset_parse { struct 153 struct rrset_parse* rrset_bucket_next; argument 155 struct rrset_parse* rrset_all_next; argument 361 struct rrset_parse* msgparse_hashtable_lookup(struct msg_parse* msg, 370 void msgparse_bucket_remove(struct msg_parse* msg, struct rrset_parse* rrset); 396 struct rrset_parse* rrset, struct rr_parse* prev, struct rr_parse* rr,
|
| H A D | msgparse.c | 81 static struct rrset_parse* 225 struct rrset_parse* 272 struct rrset_parse** p; in msgparse_bucket_remove() 288 struct rrset_parse *p, *prev; in change_section() 347 struct rrset_parse* sigset, struct rrset_parse* dataset, int duplicate) in moveover_rrsigs() 394 static struct rrset_parse* 399 struct rrset_parse* dataset = sigset; in change_rrsig_rrset() 837 struct rrset_parse* rrset = NULL; in parse_section() 1158 struct rrset_parse* prev = 0; in parse_extract_edns_from_response_msg() 1159 struct rrset_parse* found = 0; in parse_extract_edns_from_response_msg() [all …]
|
| H A D | msgreply.h | 58 struct rrset_parse; 460 struct rrset_parse *pset, struct regional* region,
|
| H A D | msgreply.c | 343 parse_rr_copy(sldns_buffer* pkt, struct rrset_parse* pset, in parse_rr_copy() 386 parse_create_rrset(sldns_buffer* pkt, struct rrset_parse* pset, in parse_create_rrset() 416 get_rrset_trust(struct msg_parse* msg, struct rrset_parse* rrset) in get_rrset_trust() 454 struct rrset_parse *pset, struct regional* region, in parse_copy_decompress_rrset() 500 struct rrset_parse *pset = msg->rrset_first; in parse_copy_decompress()
|
| /freebsd-14.2/contrib/unbound/iterator/ |
| H A D | iter_scrub.c | 64 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() 342 struct rrset_parse* rrset; in soa_in_auth() 738 struct rrset_parse* rrset) in store_rrset() 806 struct rrset_parse* prev, struct rrset_parse** rrset, int* added_ede, in scrub_sanitize_rr_length() [all …]
|
| H A D | iter_priv.h | 50 struct rrset_parse; 103 struct rrset_parse* rrset);
|
| H A D | iter_priv.c | 211 struct rrset_parse* rrset) in priv_rrset_bad()
|
| /freebsd-14.2/contrib/unbound/contrib/ |
| H A D | aaaa-filter-iterator.patch | 63 struct rrset_parse* rrset, *prev;
|