Home | History | Annotate | Download | only in dist

Lines Matching defs:section

25 answer_add_rrset(answer_type *answer, rr_section_type section,
30 assert(section >= ANSWER_SECTION && section < RR_SECTION_COUNT);
38 if (section < answer->section[i]) {
39 answer->section[i] = section;
52 answer->section[answer->rrset_count] = section;
64 rr_section_type section;
74 for (section = ANSWER_SECTION; section < RR_SECTION_COUNT; ++section) {
75 counts[section] = 0;
78 for (section = ANSWER_SECTION;
79 !TC(q->packet) && section < RR_SECTION_COUNT;
80 ++section) {
83 if (answer->section[i] == section) {
84 counts[section] += packet_encode_rrset(
88 section, minimal_respsize, &done);
99 if(section == ADDITIONAL_A_SECTION &&