Lines Matching defs:section
198 int section);
226 void dump_database_section(dns_message_t *msg, int section);
290 * the child name is used for delegation (NS DS responses in AUTHORITY section)
1243 * Add a question section to a message, asking for the specified name,
1535 * based on the supplied message and section. This is used in trace and
1540 followup_lookup(dns_message_t *msg, dig_query_t *query, dns_section_t section)
1562 for (result = dns_message_firstname(msg, section);
1564 result = dns_message_nextname(msg, section)) {
1566 dns_message_currentname(msg, section, &name);
1568 if (section == DNS_SECTION_AUTHORITY) {
1631 section == DNS_SECTION_ANSWER)
1664 section == DNS_SECTION_ANSWER &&
3169 printf(";; Question section mismatch: "
3851 dump_database_section(dns_message_t *msg, int section)
3858 dns_message_currentname(msg, section, &msg_name);
3868 } while (dns_message_nextname(msg, section) == ISC_R_SUCCESS);
3929 int section)
3935 dns_message_currentname(msg, section, &msg_name);
3942 } while (dns_message_nextname(msg, section) == ISC_R_SUCCESS);
4757 " in authority section:");
4762 "authority section but a reference"
5455 printf(";; nothing in authority section : impossible to"
5469 " AUTHORITY section:\n");
5484 printf(";; no RRSIG NSEC in authority section:"
5579 printf(";; nothing in authority section : impossible to"