Searched refs:rrset_count (Results 26 - 46 of 46) sorted by relevance

12

/openbsd-current/usr.sbin/unbound/validator/
H A Dvalidator.c274 if(vq->orig_msg->rep->rrset_count > RR_COUNT_MAX)
278 * vq->orig_msg->rep->rrset_count);
701 chase_reply->rrset_count)) {
741 chase_reply->rrset_count)) {
757 i<chase_reply->rrset_count; i++) {
775 i+1 < chase_reply->rrset_count) {
1313 for(i=0; i<chase_reply->rrset_count; i++) {
1773 vq->rrset_skip < vq->orig_msg->rep->rrset_count) {
1791 vq->orig_msg->rep->rrset_count > vq->rrset_skip &&
2203 vq->orig_msg->rep->rrset_count
[all...]
/openbsd-current/sbin/unwind/libunbound/validator/
H A Dvalidator.c274 if(vq->orig_msg->rep->rrset_count > RR_COUNT_MAX)
278 * vq->orig_msg->rep->rrset_count);
701 chase_reply->rrset_count)) {
741 chase_reply->rrset_count)) {
757 i<chase_reply->rrset_count; i++) {
775 i+1 < chase_reply->rrset_count) {
1313 for(i=0; i<chase_reply->rrset_count; i++) {
1773 vq->rrset_skip < vq->orig_msg->rep->rrset_count) {
1791 vq->orig_msg->rep->rrset_count > vq->rrset_skip &&
2203 vq->orig_msg->rep->rrset_count
[all...]
/openbsd-current/usr.sbin/unbound/iterator/
H A Diterator.c401 msg->rep->rrset_count > RR_COUNT_MAX) return 0; /* overflow */
402 sets = regional_alloc(region, (num_an+num_ns+msg->rep->rrset_count) *
434 msg->rep->rrset_count += num_an + num_ns;
1158 for(i=rep->an_numrrsets+rep->ns_numrrsets; i<rep->rrset_count; i++) {
3882 if(from->rep->rrset_count != 0) {
3883 size_t n = from->rep->rrset_count+to->rep->rrset_count;
3888 if(from->rep->rrset_count > RR_COUNT_MAX ||
3889 to->rep->rrset_count > RR_COUNT_MAX) {
3928 to->rep->rrset_count
[all...]
H A Diter_delegpt.c443 for(i=0; i<msg->rep->rrset_count; i++) {
/openbsd-current/sbin/unwind/libunbound/iterator/
H A Diterator.c401 msg->rep->rrset_count > RR_COUNT_MAX) return 0; /* overflow */
402 sets = regional_alloc(region, (num_an+num_ns+msg->rep->rrset_count) *
434 msg->rep->rrset_count += num_an + num_ns;
1158 for(i=rep->an_numrrsets+rep->ns_numrrsets; i<rep->rrset_count; i++) {
3882 if(from->rep->rrset_count != 0) {
3883 size_t n = from->rep->rrset_count+to->rep->rrset_count;
3888 if(from->rep->rrset_count > RR_COUNT_MAX ||
3889 to->rep->rrset_count > RR_COUNT_MAX) {
3928 to->rep->rrset_count
[all...]
H A Diter_delegpt.c443 for(i=0; i<msg->rep->rrset_count; i++) {
/openbsd-current/usr.sbin/unbound/services/
H A Dauthzone.c147 sizeof(struct ub_packed_rrset_key*)*(msg->rep->rrset_count+1));
153 sizeof(struct ub_packed_rrset_key*)*(msg->rep->rrset_count+1));
157 sizeof(struct ub_packed_rrset_key*)*msg->rep->rrset_count);
192 if(msg->rep->rrset_count == 0) return;
193 if(msg->rep->rrset_count == 1) {
197 } else if(get_rrset_ttl(msg->rep->rrsets[msg->rep->rrset_count-1]) <
200 msg->rep->rrset_count-1]);
212 for(i=0; i<msg->rep->rrset_count; i++) {
238 if(!(msg->rep->rrsets[msg->rep->rrset_count] =
241 msg->rep->rrset_count
[all...]
H A Dlocalzone.c1311 rep.rrset_count = 1;
/openbsd-current/sbin/unwind/libunbound/services/
H A Dauthzone.c147 sizeof(struct ub_packed_rrset_key*)*(msg->rep->rrset_count+1));
153 sizeof(struct ub_packed_rrset_key*)*(msg->rep->rrset_count+1));
157 sizeof(struct ub_packed_rrset_key*)*msg->rep->rrset_count);
192 if(msg->rep->rrset_count == 0) return;
193 if(msg->rep->rrset_count == 1) {
197 } else if(get_rrset_ttl(msg->rep->rrsets[msg->rep->rrset_count-1]) <
200 msg->rep->rrset_count-1]);
212 for(i=0; i<msg->rep->rrset_count; i++) {
238 if(!(msg->rep->rrsets[msg->rep->rrset_count] =
241 msg->rep->rrset_count
[all...]
H A Dlocalzone.c1311 rep.rrset_count = 1;
/openbsd-current/usr.sbin/unbound/dns64/
H A Ddns64.c850 rep->rrset_count, rep->security, LDNS_EDE_NONE);
860 for(i=0; i<cp->rrset_count; i++) {
/openbsd-current/sbin/unwind/libunbound/dns64/
H A Ddns64.c850 rep->rrset_count, rep->security, LDNS_EDE_NONE);
860 for(i=0; i<cp->rrset_count; i++) {
/openbsd-current/usr.sbin/unbound/cachedb/
H A Dcachedb.c501 for(i=0; i<msg->rep->rrset_count; i++) {
529 for(i=0; i<msg->rep->rrset_count; i++) {
/openbsd-current/usr.sbin/unbound/util/data/
H A Dmsgparse.c942 msg->rrset_count = msg->an_rrsets + msg->ns_rrsets + msg->ar_rrsets;
1172 msg->rrset_count --;
H A Dmsgencode.c722 arep.rrset_count = 1;
/openbsd-current/sbin/unwind/libunbound/util/data/
H A Dmsgparse.c942 msg->rrset_count = msg->an_rrsets + msg->ns_rrsets + msg->ar_rrsets;
1172 msg->rrset_count --;
H A Dmsgencode.c722 arep.rrset_count = 1;
/openbsd-current/usr.sbin/unbound/libunbound/
H A Dlibworker.c444 if(rep->rrset_count != 0)
501 if(data->count == 0 && rep->rrset_count != 0)
/openbsd-current/sbin/unwind/libunbound/libunbound/
H A Dlibworker.c444 if(rep->rrset_count != 0)
501 if(data->count == 0 && rep->rrset_count != 0)
/openbsd-current/sbin/unwind/
H A Dfrontend.c928 rinfo->ns_numrrsets, rinfo->ar_numrrsets, rinfo->rrset_count,
937 for (i = 0; i < synth_rinfo->rrset_count; i++) {
/openbsd-current/usr.sbin/nsd/
H A Dquery.c827 for(j=0; j<answer->rrset_count; ++j) {

Completed in 346 milliseconds

12