Symbol: RR_COUNT_MAX
sbin/unwind/dns64_synth.c
110
if(fd->count > RR_COUNT_MAX) {
sbin/unwind/libunbound/dns64/dns64.c
739
if(fd->count > RR_COUNT_MAX) {
sbin/unwind/libunbound/iterator/iterator.c
398
if(num_an > RR_COUNT_MAX || num_ns > RR_COUNT_MAX ||
sbin/unwind/libunbound/iterator/iterator.c
399
msg->rep->rrset_count > RR_COUNT_MAX) return 0; /* overflow */
sbin/unwind/libunbound/iterator/iterator.c
4006
if(from->rep->rrset_count > RR_COUNT_MAX ||
sbin/unwind/libunbound/iterator/iterator.c
4007
to->rep->rrset_count > RR_COUNT_MAX) {
sbin/unwind/libunbound/services/cache/dns.c
510
if(capacity > RR_COUNT_MAX)
sbin/unwind/libunbound/services/cache/dns.c
621
if(num > RR_COUNT_MAX)
sbin/unwind/libunbound/services/cache/rrset.c
410
if(count > RR_COUNT_MAX || !(h = (hashvalue_type*)regional_alloc(
sbin/unwind/libunbound/util/data/msgreply.c
108
if(total >= RR_COUNT_MAX) return NULL; /* sanity check on numRRS*/
sbin/unwind/libunbound/util/data/msgreply.c
395
if(pset->rr_count > RR_COUNT_MAX || pset->rrsig_count > RR_COUNT_MAX ||
sbin/unwind/libunbound/util/data/msgreply.c
396
pset->size > RR_COUNT_MAX)
sbin/unwind/libunbound/validator/val_sigcrypt.c
1225
if(d1->count > RR_COUNT_MAX || d2->count > RR_COUNT_MAX)
sbin/unwind/libunbound/validator/val_sigcrypt.c
1286
if(d->count > RR_COUNT_MAX)
sbin/unwind/libunbound/validator/val_sigcrypt.c
1354
if(d->count > RR_COUNT_MAX)
sbin/unwind/libunbound/validator/validator.c
313
if(vq->orig_msg->rep->rrset_count > RR_COUNT_MAX)
usr.sbin/unbound/daemon/cachedump.c
362
if(rep->rrset_count > RR_COUNT_MAX)
usr.sbin/unbound/daemon/cachedump.c
603
if(rr_count > RR_COUNT_MAX || rrsig_count > RR_COUNT_MAX) {
usr.sbin/unbound/daemon/cachedump.c
793
if(an > RR_COUNT_MAX || ns > RR_COUNT_MAX || ar > RR_COUNT_MAX) {
usr.sbin/unbound/dns64/dns64.c
739
if(fd->count > RR_COUNT_MAX) {
usr.sbin/unbound/iterator/iterator.c
398
if(num_an > RR_COUNT_MAX || num_ns > RR_COUNT_MAX ||
usr.sbin/unbound/iterator/iterator.c
399
msg->rep->rrset_count > RR_COUNT_MAX) return 0; /* overflow */
usr.sbin/unbound/iterator/iterator.c
4006
if(from->rep->rrset_count > RR_COUNT_MAX ||
usr.sbin/unbound/iterator/iterator.c
4007
to->rep->rrset_count > RR_COUNT_MAX) {
usr.sbin/unbound/services/cache/dns.c
510
if(capacity > RR_COUNT_MAX)
usr.sbin/unbound/services/cache/dns.c
621
if(num > RR_COUNT_MAX)
usr.sbin/unbound/services/cache/rrset.c
410
if(count > RR_COUNT_MAX || !(h = (hashvalue_type*)regional_alloc(
usr.sbin/unbound/util/data/msgreply.c
108
if(total >= RR_COUNT_MAX) return NULL; /* sanity check on numRRS*/
usr.sbin/unbound/util/data/msgreply.c
395
if(pset->rr_count > RR_COUNT_MAX || pset->rrsig_count > RR_COUNT_MAX ||
usr.sbin/unbound/util/data/msgreply.c
396
pset->size > RR_COUNT_MAX)
usr.sbin/unbound/validator/val_sigcrypt.c
1225
if(d1->count > RR_COUNT_MAX || d2->count > RR_COUNT_MAX)
usr.sbin/unbound/validator/val_sigcrypt.c
1286
if(d->count > RR_COUNT_MAX)
usr.sbin/unbound/validator/val_sigcrypt.c
1354
if(d->count > RR_COUNT_MAX)
usr.sbin/unbound/validator/validator.c
313
if(vq->orig_msg->rep->rrset_count > RR_COUNT_MAX)