Home
last modified time | relevance | path

Searched refs:RR_COUNT_MAX (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/unbound/daemon/
H A Dcachedump.c230 if(rep->rrset_count > RR_COUNT_MAX) in copy_msg()
480 if(rr_count > RR_COUNT_MAX || rrsig_count > RR_COUNT_MAX) { in load_rrset()
670 if(an > RR_COUNT_MAX || ns > RR_COUNT_MAX || ar > RR_COUNT_MAX) { in load_msg()
/freebsd/contrib/unbound/util/data/
H A Dpacked_rrset.h78 #define RR_COUNT_MAX 0xffffff macro
H A Dmsgreply.c108 if(total >= RR_COUNT_MAX) return NULL; /* sanity check on numRRS*/ in construct_reply_info_base()
391 if(pset->rr_count > RR_COUNT_MAX || pset->rrsig_count > RR_COUNT_MAX || in parse_create_rrset()
392 pset->size > RR_COUNT_MAX) in parse_create_rrset()
/freebsd/contrib/unbound/validator/
H A Dval_sigcrypt.c1221 if(d1->count > RR_COUNT_MAX || d2->count > RR_COUNT_MAX) in rrset_canonical_equal()
1282 if(d->count > RR_COUNT_MAX) in rrset_canonical()
1350 if(d->count > RR_COUNT_MAX) in rrset_canonicalize_to_buffer()
H A Dvalidator.c275 if(vq->orig_msg->rep->rrset_count > RR_COUNT_MAX) in val_new_getmsg()
/freebsd/contrib/unbound/services/cache/
H A Drrset.c347 if(count > RR_COUNT_MAX || !(h = (hashvalue_type*)regional_alloc( in rrset_array_unlock_touch()
H A Ddns.c486 if(capacity > RR_COUNT_MAX) in dns_msg_create()
590 if(num > RR_COUNT_MAX) in gen_dns_msg()
/freebsd/contrib/unbound/dns64/
H A Ddns64.c737 if(fd->count > RR_COUNT_MAX) { in dns64_synth_aaaa_data()
/freebsd/contrib/unbound/iterator/
H A Diterator.c407 if(num_an > RR_COUNT_MAX || num_ns > RR_COUNT_MAX || in iter_prepend()
408 msg->rep->rrset_count > RR_COUNT_MAX) return 0; /* overflow */ in iter_prepend()
3966 if(from->rep->rrset_count > RR_COUNT_MAX || in processClassResponse()
3967 to->rep->rrset_count > RR_COUNT_MAX) { in processClassResponse()