Symbol: LDNS_SECTION_ANSWER
sbin/unwind/libunbound/iterator/iter_scrub.c
1028
rrset->section == LDNS_SECTION_ANSWER)) {
sbin/unwind/libunbound/iterator/iter_scrub.c
447
while(rrset && rrset->section == LDNS_SECTION_ANSWER) {
sbin/unwind/libunbound/iterator/iter_scrub.c
525
if(nx && nx->section == LDNS_SECTION_ANSWER &&
sbin/unwind/libunbound/iterator/iter_scrub.c
568
LDNS_SECTION_ANSWER &&
sbin/unwind/libunbound/iterator/iter_scrub.c
715
rrset->section = LDNS_SECTION_ANSWER;
sbin/unwind/libunbound/iterator/iter_scrub.c
80
case LDNS_SECTION_ANSWER: msg->an_rrsets--; break;
sbin/unwind/libunbound/iterator/iter_scrub.c
930
rrset->section == LDNS_SECTION_ANSWER &&
sbin/unwind/libunbound/iterator/iter_scrub.c
944
while(rrset && rrset->section == LDNS_SECTION_ANSWER) {
sbin/unwind/libunbound/services/authzone.c
7855
LDNS_SECTION_ANSWER, NULL, &verified, reasonbuf, reasonlen);
sbin/unwind/libunbound/util/data/msgencode.c
439
if(s == LDNS_SECTION_ANSWER) {
sbin/unwind/libunbound/util/data/msgencode.c
571
if(s == LDNS_SECTION_ANSWER && qtype == LDNS_RR_TYPE_ANY)
sbin/unwind/libunbound/util/data/msgencode.c
740
timezero, region, &tree, LDNS_SECTION_ANSWER,
sbin/unwind/libunbound/util/data/msgencode.c
755
0, timenow, region, &tree, LDNS_SECTION_ANSWER, qinfo->qtype,
sbin/unwind/libunbound/util/data/msgparse.c
307
case LDNS_SECTION_ANSWER: msg->an_rrsets--; break;
sbin/unwind/libunbound/util/data/msgparse.c
412
case LDNS_SECTION_ANSWER: msg->an_rrsets++; break;
sbin/unwind/libunbound/util/data/msgparse.c
420
section != LDNS_SECTION_ANSWER) ))
sbin/unwind/libunbound/util/data/msgparse.c
927
if((ret = parse_section(pkt, msg, region, LDNS_SECTION_ANSWER,
sbin/unwind/libunbound/util/data/msgreply.c
419
if(rrset->section == LDNS_SECTION_ANSWER) {
sbin/unwind/libunbound/util/data/msgreply.c
423
msg->rrset_first->section==LDNS_SECTION_ANSWER
sbin/unwind/libunbound/util/data/msgreply.c
430
msg->rrset_first->section==LDNS_SECTION_ANSWER
sbin/unwind/libunbound/validator/autotrust.c
1324
&reason, NULL, LDNS_SECTION_ANSWER, qstate);
sbin/unwind/libunbound/validator/val_utils.c
536
i, reason, reason_bogus, LDNS_SECTION_ANSWER, qstate);
sbin/unwind/libunbound/validator/val_utils.c
808
ta_dnskey, i, reason, reason_bogus, LDNS_SECTION_ANSWER, qstate);
sbin/unwind/libunbound/validator/validator.c
2933
LDNS_SECTION_ANSWER, qstate, &verified, reasonbuf,
sbin/unwind/libunbound/validator/validator.c
3090
LDNS_SECTION_ANSWER, qstate, &verified, reasonbuf,
sbin/unwind/libunbound/validator/validator.c
724
&reason_bogus, LDNS_SECTION_ANSWER, qstate, &verified,
usr.sbin/unbound/iterator/iter_scrub.c
1028
rrset->section == LDNS_SECTION_ANSWER)) {
usr.sbin/unbound/iterator/iter_scrub.c
447
while(rrset && rrset->section == LDNS_SECTION_ANSWER) {
usr.sbin/unbound/iterator/iter_scrub.c
525
if(nx && nx->section == LDNS_SECTION_ANSWER &&
usr.sbin/unbound/iterator/iter_scrub.c
568
LDNS_SECTION_ANSWER &&
usr.sbin/unbound/iterator/iter_scrub.c
715
rrset->section = LDNS_SECTION_ANSWER;
usr.sbin/unbound/iterator/iter_scrub.c
80
case LDNS_SECTION_ANSWER: msg->an_rrsets--; break;
usr.sbin/unbound/iterator/iter_scrub.c
930
rrset->section == LDNS_SECTION_ANSWER &&
usr.sbin/unbound/iterator/iter_scrub.c
944
while(rrset && rrset->section == LDNS_SECTION_ANSWER) {
usr.sbin/unbound/services/authzone.c
7855
LDNS_SECTION_ANSWER, NULL, &verified, reasonbuf, reasonlen);
usr.sbin/unbound/testcode/testpkts.c
513
else if(add_section == LDNS_SECTION_ANSWER)
usr.sbin/unbound/testcode/testpkts.c
618
add_section = LDNS_SECTION_ANSWER;
usr.sbin/unbound/testcode/unitverify.c
199
NULL, LDNS_SECTION_ANSWER, NULL, &verified, reasonbuf,
usr.sbin/unbound/util/data/msgencode.c
439
if(s == LDNS_SECTION_ANSWER) {
usr.sbin/unbound/util/data/msgencode.c
571
if(s == LDNS_SECTION_ANSWER && qtype == LDNS_RR_TYPE_ANY)
usr.sbin/unbound/util/data/msgencode.c
740
timezero, region, &tree, LDNS_SECTION_ANSWER,
usr.sbin/unbound/util/data/msgencode.c
755
0, timenow, region, &tree, LDNS_SECTION_ANSWER, qinfo->qtype,
usr.sbin/unbound/util/data/msgparse.c
307
case LDNS_SECTION_ANSWER: msg->an_rrsets--; break;
usr.sbin/unbound/util/data/msgparse.c
412
case LDNS_SECTION_ANSWER: msg->an_rrsets++; break;
usr.sbin/unbound/util/data/msgparse.c
420
section != LDNS_SECTION_ANSWER) ))
usr.sbin/unbound/util/data/msgparse.c
927
if((ret = parse_section(pkt, msg, region, LDNS_SECTION_ANSWER,
usr.sbin/unbound/util/data/msgreply.c
419
if(rrset->section == LDNS_SECTION_ANSWER) {
usr.sbin/unbound/util/data/msgreply.c
423
msg->rrset_first->section==LDNS_SECTION_ANSWER
usr.sbin/unbound/util/data/msgreply.c
430
msg->rrset_first->section==LDNS_SECTION_ANSWER
usr.sbin/unbound/validator/autotrust.c
1320
&reason, NULL, LDNS_SECTION_ANSWER, qstate);
usr.sbin/unbound/validator/val_utils.c
536
i, reason, reason_bogus, LDNS_SECTION_ANSWER, qstate);
usr.sbin/unbound/validator/val_utils.c
808
ta_dnskey, i, reason, reason_bogus, LDNS_SECTION_ANSWER, qstate);
usr.sbin/unbound/validator/validator.c
2933
LDNS_SECTION_ANSWER, qstate, &verified, reasonbuf,
usr.sbin/unbound/validator/validator.c
3090
LDNS_SECTION_ANSWER, qstate, &verified, reasonbuf,
usr.sbin/unbound/validator/validator.c
724
&reason_bogus, LDNS_SECTION_ANSWER, qstate, &verified,