Home
last modified time | relevance | path

Searched refs:rrset_ref (Results 1 – 13 of 13) sorted by relevance

/src/contrib/unbound/services/cache/
H A Drrset.h49 struct rrset_ref;
133 int rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref,
184 int rrset_array_lock(struct rrset_ref* ref, size_t count, time_t timenow);
192 void rrset_array_unlock(struct rrset_ref* ref, size_t count);
207 struct rrset_ref* ref, size_t count);
H A Drrset.c177 rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc) in rrset_update_id()
192 rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref, in rrset_cache_update()
252 struct rrset_ref ref; in rrset_cache_update_wildcard()
314 rrset_array_lock(struct rrset_ref* ref, size_t count, time_t timenow) in rrset_array_lock()
333 rrset_array_unlock(struct rrset_ref* ref, size_t count) in rrset_array_unlock()
345 struct rrset_ref* ref, size_t count) in rrset_array_unlock_touch()
H A Ddns.c483 sizeof(struct reply_info)-sizeof(struct rrset_ref)); in dns_msg_create()
585 sizeof(struct reply_info) - sizeof(struct rrset_ref)); in gen_dns_msg()
1138 struct rrset_ref ref; in dns_cache_store()
/src/contrib/ldns/
H A Ddnssec_zone.c1924 ldns_dnssec_rrsets **rrset_ref; local
1949 rrset_ref = &zone->soa->rrsets; /* scan rrsets at apex */
1950 while (*rrset_ref && (*rrset_ref)->type < LDNS_RR_TYPE_ZONEMD)
1951 rrset_ref = &(*rrset_ref)->next;
1952 if (*rrset_ref && (*rrset_ref)->type == LDNS_RR_TYPE_ZONEMD) {
1954 zonemd_rrset = *rrset_ref;
1967 zonemd_rrset->next = *rrset_ref;
1968 *rrset_ref = zonemd_rrset;
/src/contrib/unbound/util/data/
H A Dmsgreply.c106 size_t s = sizeof(struct reply_info) - sizeof(struct rrset_ref) + in construct_reply_info_base()
112 sizeof(struct rrset_ref) * (total)); in construct_reply_info_base()
137 memset( &rep->ref[0], 0, sizeof(struct rrset_ref) * total); in construct_reply_info_base()
583 struct rrset_ref* x = (struct rrset_ref*)a; in reply_info_sortref_cmp()
584 struct rrset_ref* y = (struct rrset_ref*)b; in reply_info_sortref_cmp()
593 qsort(&rep->ref[0], rep->rrset_count, sizeof(struct rrset_ref), in reply_info_sortref()
696 - sizeof(struct rrset_ref); in msgreply_sizefunc()
697 s += r->rrset_count * sizeof(struct rrset_ref); in msgreply_sizefunc()
H A Dmsgreply.h106 struct rrset_ref { struct
238 struct rrset_ref ref[1];
/src/contrib/unbound/daemon/
H A Dcachedump.c366 sizeof(struct rrset_ref) * (rep->rrset_count-1) + in copy_msg()
372 sizeof(struct rrset_ref) * rep->rrset_count); in copy_msg()
511 struct rrset_ref ref; in move_into_cache()
/src/contrib/unbound/pythonmod/
H A Dinterface.i405 struct rrset_ref ref[1]; /* ? */
408 struct rrset_ref {
437 struct rrset_ref* _rrset_ref_get(struct reply_info* r, int idx) {
/src/contrib/unbound/edns-subnet/
H A Dsubnetmod.c333 size_t s = sizeof (struct reply_info) - sizeof (struct rrset_ref) in sizefunc()
334 + elem->rrset_count * sizeof (struct rrset_ref) in sizefunc()
/src/contrib/unbound/iterator/
H A Diter_scrub.c788 struct rrset_ref ref; in store_rrset()
H A Diter_utils.c1171 struct rrset_ref ref; in iter_store_parentside_rrset()
/src/contrib/unbound/validator/
H A Dvalidator.c310 sizeof(struct reply_info) - sizeof(struct rrset_ref)); in val_new_getmsg()
/src/contrib/unbound/services/
H A Dauthzone.c130 sizeof(struct reply_info)-sizeof(struct rrset_ref)); in msg_create()