Symbol: rrset_ref
sbin/unwind/libunbound/iterator/iter_scrub.c
788
struct rrset_ref ref;
sbin/unwind/libunbound/iterator/iter_utils.c
1171
struct rrset_ref ref;
sbin/unwind/libunbound/services/authzone.c
130
sizeof(struct reply_info)-sizeof(struct rrset_ref));
sbin/unwind/libunbound/services/cache/dns.c
1138
struct rrset_ref ref;
sbin/unwind/libunbound/services/cache/dns.c
483
sizeof(struct reply_info)-sizeof(struct rrset_ref));
sbin/unwind/libunbound/services/cache/dns.c
585
sizeof(struct reply_info) - sizeof(struct rrset_ref));
sbin/unwind/libunbound/services/cache/rrset.c
177
rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc)
sbin/unwind/libunbound/services/cache/rrset.c
192
rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref,
sbin/unwind/libunbound/services/cache/rrset.c
252
struct rrset_ref ref;
sbin/unwind/libunbound/services/cache/rrset.c
314
rrset_array_lock(struct rrset_ref* ref, size_t count, time_t timenow)
sbin/unwind/libunbound/services/cache/rrset.c
333
rrset_array_unlock(struct rrset_ref* ref, size_t count)
sbin/unwind/libunbound/services/cache/rrset.c
345
struct rrset_ref* ref, size_t count)
sbin/unwind/libunbound/services/cache/rrset.h
133
int rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref,
sbin/unwind/libunbound/services/cache/rrset.h
184
int rrset_array_lock(struct rrset_ref* ref, size_t count, time_t timenow);
sbin/unwind/libunbound/services/cache/rrset.h
192
void rrset_array_unlock(struct rrset_ref* ref, size_t count);
sbin/unwind/libunbound/services/cache/rrset.h
207
struct rrset_ref* ref, size_t count);
sbin/unwind/libunbound/services/cache/rrset.h
49
struct rrset_ref;
sbin/unwind/libunbound/util/data/msgreply.c
106
size_t s = sizeof(struct reply_info) - sizeof(struct rrset_ref) +
sbin/unwind/libunbound/util/data/msgreply.c
112
sizeof(struct rrset_ref) * (total));
sbin/unwind/libunbound/util/data/msgreply.c
137
memset( &rep->ref[0], 0, sizeof(struct rrset_ref) * total);
sbin/unwind/libunbound/util/data/msgreply.c
583
struct rrset_ref* x = (struct rrset_ref*)a;
sbin/unwind/libunbound/util/data/msgreply.c
584
struct rrset_ref* y = (struct rrset_ref*)b;
sbin/unwind/libunbound/util/data/msgreply.c
593
qsort(&rep->ref[0], rep->rrset_count, sizeof(struct rrset_ref),
sbin/unwind/libunbound/util/data/msgreply.c
696
- sizeof(struct rrset_ref);
sbin/unwind/libunbound/util/data/msgreply.c
697
s += r->rrset_count * sizeof(struct rrset_ref);
sbin/unwind/libunbound/util/data/msgreply.h
238
struct rrset_ref ref[1];
sbin/unwind/libunbound/validator/validator.c
310
sizeof(struct reply_info) - sizeof(struct rrset_ref));
usr.sbin/unbound/daemon/cachedump.c
366
sizeof(struct rrset_ref) * (rep->rrset_count-1) +
usr.sbin/unbound/daemon/cachedump.c
372
sizeof(struct rrset_ref) * rep->rrset_count);
usr.sbin/unbound/daemon/cachedump.c
511
struct rrset_ref ref;
usr.sbin/unbound/edns-subnet/subnetmod.c
333
size_t s = sizeof (struct reply_info) - sizeof (struct rrset_ref)
usr.sbin/unbound/edns-subnet/subnetmod.c
334
+ elem->rrset_count * sizeof (struct rrset_ref)
usr.sbin/unbound/iterator/iter_scrub.c
788
struct rrset_ref ref;
usr.sbin/unbound/iterator/iter_utils.c
1171
struct rrset_ref ref;
usr.sbin/unbound/services/authzone.c
130
sizeof(struct reply_info)-sizeof(struct rrset_ref));
usr.sbin/unbound/services/cache/dns.c
1138
struct rrset_ref ref;
usr.sbin/unbound/services/cache/dns.c
483
sizeof(struct reply_info)-sizeof(struct rrset_ref));
usr.sbin/unbound/services/cache/dns.c
585
sizeof(struct reply_info) - sizeof(struct rrset_ref));
usr.sbin/unbound/services/cache/rrset.c
177
rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc)
usr.sbin/unbound/services/cache/rrset.c
192
rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref,
usr.sbin/unbound/services/cache/rrset.c
252
struct rrset_ref ref;
usr.sbin/unbound/services/cache/rrset.c
314
rrset_array_lock(struct rrset_ref* ref, size_t count, time_t timenow)
usr.sbin/unbound/services/cache/rrset.c
333
rrset_array_unlock(struct rrset_ref* ref, size_t count)
usr.sbin/unbound/services/cache/rrset.c
345
struct rrset_ref* ref, size_t count)
usr.sbin/unbound/services/cache/rrset.h
133
int rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref,
usr.sbin/unbound/services/cache/rrset.h
184
int rrset_array_lock(struct rrset_ref* ref, size_t count, time_t timenow);
usr.sbin/unbound/services/cache/rrset.h
192
void rrset_array_unlock(struct rrset_ref* ref, size_t count);
usr.sbin/unbound/services/cache/rrset.h
207
struct rrset_ref* ref, size_t count);
usr.sbin/unbound/services/cache/rrset.h
49
struct rrset_ref;
usr.sbin/unbound/util/data/msgreply.c
106
size_t s = sizeof(struct reply_info) - sizeof(struct rrset_ref) +
usr.sbin/unbound/util/data/msgreply.c
112
sizeof(struct rrset_ref) * (total));
usr.sbin/unbound/util/data/msgreply.c
137
memset( &rep->ref[0], 0, sizeof(struct rrset_ref) * total);
usr.sbin/unbound/util/data/msgreply.c
583
struct rrset_ref* x = (struct rrset_ref*)a;
usr.sbin/unbound/util/data/msgreply.c
584
struct rrset_ref* y = (struct rrset_ref*)b;
usr.sbin/unbound/util/data/msgreply.c
593
qsort(&rep->ref[0], rep->rrset_count, sizeof(struct rrset_ref),
usr.sbin/unbound/util/data/msgreply.c
696
- sizeof(struct rrset_ref);
usr.sbin/unbound/util/data/msgreply.c
697
s += r->rrset_count * sizeof(struct rrset_ref);
usr.sbin/unbound/util/data/msgreply.h
238
struct rrset_ref ref[1];
usr.sbin/unbound/validator/validator.c
310
sizeof(struct reply_info) - sizeof(struct rrset_ref));