Searched refs:RR_COUNT_MAX (Results 1 – 9 of 9) sorted by relevance
230 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()
78 #define RR_COUNT_MAX 0xffffff macro
108 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()
1221 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()
275 if(vq->orig_msg->rep->rrset_count > RR_COUNT_MAX) in val_new_getmsg()
347 if(count > RR_COUNT_MAX || !(h = (hashvalue_type*)regional_alloc( in rrset_array_unlock_touch()
486 if(capacity > RR_COUNT_MAX) in dns_msg_create()590 if(num > RR_COUNT_MAX) in gen_dns_msg()
737 if(fd->count > RR_COUNT_MAX) { in dns64_synth_aaaa_data()
407 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()