Home
last modified time | relevance | path

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

/freebsd/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.c175 rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc) in rrset_update_id()
190 rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref, in rrset_cache_update()
250 struct rrset_ref ref; in rrset_cache_update_wildcard()
312 rrset_array_lock(struct rrset_ref* ref, size_t count, time_t timenow) in rrset_array_lock()
331 rrset_array_unlock(struct rrset_ref* ref, size_t count) in rrset_array_unlock()
343 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()
1101 struct rrset_ref ref; in dns_cache_store()
/freebsd/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;
/freebsd/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];
/freebsd/contrib/unbound/daemon/
H A Dcachedump.c234 sizeof(struct rrset_ref) * (rep->rrset_count-1) + in copy_msg()
240 sizeof(struct rrset_ref) * rep->rrset_count); in copy_msg()
388 struct rrset_ref ref; in move_into_cache()
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.c316 size_t s = sizeof (struct reply_info) - sizeof (struct rrset_ref) in sizefunc()
317 + elem->rrset_count * sizeof (struct rrset_ref) in sizefunc()
/freebsd/contrib/unbound/iterator/
H A Diter_scrub.c742 struct rrset_ref ref; in store_rrset()
H A Diter_utils.c1127 struct rrset_ref ref; in iter_store_parentside_rrset()
/freebsd/contrib/unbound/validator/
H A Dvalidator.c272 sizeof(struct reply_info) - sizeof(struct rrset_ref)); in val_new_getmsg()
/freebsd/contrib/unbound/services/
H A Dauthzone.c130 sizeof(struct reply_info)-sizeof(struct rrset_ref)); in msg_create()