Symbol: LDNS_SECTION_ANSWER
sbin/unwind/libunbound/iterator/iter_scrub.c
1004
while(rrset && rrset->section == LDNS_SECTION_ANSWER) {
sbin/unwind/libunbound/iterator/iter_scrub.c
1090
rrset->section == LDNS_SECTION_ANSWER)) {
sbin/unwind/libunbound/iterator/iter_scrub.c
495
while(rrset && rrset->section == LDNS_SECTION_ANSWER) {
sbin/unwind/libunbound/iterator/iter_scrub.c
574
if(nx && nx->section == LDNS_SECTION_ANSWER &&
sbin/unwind/libunbound/iterator/iter_scrub.c
618
LDNS_SECTION_ANSWER &&
sbin/unwind/libunbound/iterator/iter_scrub.c
767
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
990
rrset->section == LDNS_SECTION_ANSWER &&
sbin/unwind/libunbound/services/authzone.c
7935
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
587
if(s == LDNS_SECTION_ANSWER && qtype == LDNS_RR_TYPE_ANY)
sbin/unwind/libunbound/util/data/msgencode.c
756
timezero, region, &tree, LDNS_SECTION_ANSWER,
sbin/unwind/libunbound/util/data/msgencode.c
771
0, timenow, region, &tree, LDNS_SECTION_ANSWER, qinfo->qtype,
sbin/unwind/libunbound/util/data/msgparse.c
309
case LDNS_SECTION_ANSWER: msg->an_rrsets--; break;
sbin/unwind/libunbound/util/data/msgparse.c
414
case LDNS_SECTION_ANSWER: msg->an_rrsets++; break;
sbin/unwind/libunbound/util/data/msgparse.c
422
section != LDNS_SECTION_ANSWER) ))
sbin/unwind/libunbound/util/data/msgparse.c
932
if((ret = parse_section(pkt, msg, region, LDNS_SECTION_ANSWER,
sbin/unwind/libunbound/util/data/msgreply.c
423
if(rrset->section == LDNS_SECTION_ANSWER) {
sbin/unwind/libunbound/util/data/msgreply.c
427
msg->rrset_first->section==LDNS_SECTION_ANSWER
sbin/unwind/libunbound/util/data/msgreply.c
434
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
545
i, reason, reason_bogus, LDNS_SECTION_ANSWER, qstate);
sbin/unwind/libunbound/validator/val_utils.c
817
ta_dnskey, i, reason, reason_bogus, LDNS_SECTION_ANSWER, qstate);
sbin/unwind/libunbound/validator/validator.c
3014
LDNS_SECTION_ANSWER, qstate, &verified, reasonbuf,
sbin/unwind/libunbound/validator/validator.c
3171
LDNS_SECTION_ANSWER, qstate, &verified, reasonbuf,
sbin/unwind/libunbound/validator/validator.c
763
&reason_bogus, LDNS_SECTION_ANSWER, qstate, &verified,
usr.sbin/unbound/iterator/iter_scrub.c
1004
while(rrset && rrset->section == LDNS_SECTION_ANSWER) {
usr.sbin/unbound/iterator/iter_scrub.c
1090
rrset->section == LDNS_SECTION_ANSWER)) {
usr.sbin/unbound/iterator/iter_scrub.c
495
while(rrset && rrset->section == LDNS_SECTION_ANSWER) {
usr.sbin/unbound/iterator/iter_scrub.c
574
if(nx && nx->section == LDNS_SECTION_ANSWER &&
usr.sbin/unbound/iterator/iter_scrub.c
618
LDNS_SECTION_ANSWER &&
usr.sbin/unbound/iterator/iter_scrub.c
767
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
990
rrset->section == LDNS_SECTION_ANSWER &&
usr.sbin/unbound/services/authzone.c
7935
LDNS_SECTION_ANSWER, NULL, &verified, reasonbuf, reasonlen);
usr.sbin/unbound/testcode/testpkts.c
518
else if(add_section == LDNS_SECTION_ANSWER)
usr.sbin/unbound/testcode/testpkts.c
626
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
587
if(s == LDNS_SECTION_ANSWER && qtype == LDNS_RR_TYPE_ANY)
usr.sbin/unbound/util/data/msgencode.c
756
timezero, region, &tree, LDNS_SECTION_ANSWER,
usr.sbin/unbound/util/data/msgencode.c
771
0, timenow, region, &tree, LDNS_SECTION_ANSWER, qinfo->qtype,
usr.sbin/unbound/util/data/msgparse.c
309
case LDNS_SECTION_ANSWER: msg->an_rrsets--; break;
usr.sbin/unbound/util/data/msgparse.c
414
case LDNS_SECTION_ANSWER: msg->an_rrsets++; break;
usr.sbin/unbound/util/data/msgparse.c
422
section != LDNS_SECTION_ANSWER) ))
usr.sbin/unbound/util/data/msgparse.c
932
if((ret = parse_section(pkt, msg, region, LDNS_SECTION_ANSWER,
usr.sbin/unbound/util/data/msgreply.c
423
if(rrset->section == LDNS_SECTION_ANSWER) {
usr.sbin/unbound/util/data/msgreply.c
427
msg->rrset_first->section==LDNS_SECTION_ANSWER
usr.sbin/unbound/util/data/msgreply.c
434
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
545
i, reason, reason_bogus, LDNS_SECTION_ANSWER, qstate);
usr.sbin/unbound/validator/val_utils.c
817
ta_dnskey, i, reason, reason_bogus, LDNS_SECTION_ANSWER, qstate);
usr.sbin/unbound/validator/validator.c
3014
LDNS_SECTION_ANSWER, qstate, &verified, reasonbuf,
usr.sbin/unbound/validator/validator.c
3171
LDNS_SECTION_ANSWER, qstate, &verified, reasonbuf,
usr.sbin/unbound/validator/validator.c
763
&reason_bogus, LDNS_SECTION_ANSWER, qstate, &verified,