Lines Matching defs:section
206 int section);
229 void dump_database_section(dns_message_t *msg, int section);
292 * the child name is used for delegation (NS DS responses in AUTHORITY section)
1727 * Add a question section to a message, asking for the specified name,
2032 * based on the supplied message and section. This is used in trace and
2037 followup_lookup(dns_message_t *msg, dig_query_t *query, dns_section_t section)
2059 for (result = dns_message_firstname(msg, section);
2061 result = dns_message_nextname(msg, section)) {
2063 dns_message_currentname(msg, section, &name);
2065 if (section == DNS_SECTION_AUTHORITY) {
2128 section == DNS_SECTION_ANSWER)
2161 section == DNS_SECTION_ANSWER &&
4015 printf(";; Question section mismatch: "
4755 dump_database_section(dns_message_t *msg, int section)
4762 dns_message_currentname(msg, section, &msg_name);
4772 } while (dns_message_nextname(msg, section) == ISC_R_SUCCESS);
4833 int section)
4838 if (msg->counts[section] == 0)
4842 dns_message_currentname(msg, section, &msg_name);
4849 } while (dns_message_nextname(msg, section) == ISC_R_SUCCESS);
5677 printf("no answer or authority section\n");
5692 " in authority section: ");
5697 "authority section but a reference"
6385 printf(";; nothing in authority section : impossible to"
6399 " AUTHORITY section:\n");
6413 printf(";; no RRSIG NSEC in authority section:"
6508 printf(";; nothing in authority section : impossible to"