Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/util/data/
H A Dmsgparse.h69 struct rrset_parse;
130 struct rrset_parse* hashtable[PARSE_TABLE_SIZE];
133 struct rrset_parse* rrset_first;
135 struct rrset_parse* rrset_last;
141 struct rrset_parse { struct
143 struct rrset_parse* rrset_bucket_next; argument
145 struct rrset_parse* rrset_all_next; argument
320 struct rrset_parse* msgparse_hashtable_lookup(struct msg_parse* msg,
329 void msgparse_bucket_remove(struct msg_parse* msg, struct rrset_parse* rrset);
H A Dmsgparse.c76 static struct rrset_parse*
220 struct rrset_parse*
267 struct rrset_parse** p; in msgparse_bucket_remove()
283 struct rrset_parse *p, *prev; in change_section()
342 struct rrset_parse* sigset, struct rrset_parse* dataset, int duplicate) in moveover_rrsigs()
389 static struct rrset_parse*
394 struct rrset_parse* dataset = sigset; in change_rrsig_rrset()
832 struct rrset_parse* rrset = NULL; in parse_section()
971 struct rrset_parse* prev = 0; in parse_extract_edns()
972 struct rrset_parse* found = 0; in parse_extract_edns()
[all …]
H A Dmsgreply.h57 struct rrset_parse;
397 struct rrset_parse *pset, struct regional* region,
H A Dmsgreply.c268 parse_rr_copy(sldns_buffer* pkt, struct rrset_parse* pset, in parse_rr_copy()
311 parse_create_rrset(sldns_buffer* pkt, struct rrset_parse* pset, in parse_create_rrset()
338 get_rrset_trust(struct msg_parse* msg, struct rrset_parse* rrset) in get_rrset_trust()
376 struct rrset_parse *pset, struct regional* region, in parse_copy_decompress_rrset()
417 struct rrset_parse *pset = msg->rrset_first; in parse_copy_decompress()
/freebsd-12.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()
366 struct rrset_parse* rrset, *prev, *nsset=NULL; in scrub_normalize()
618 struct rrset_parse* rrset) in store_rrset()
[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-12.1/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch63 struct rrset_parse* rrset, *prev;