Searched defs:question (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dsig0_test.c125 dns_rdataset_t *question = NULL; local
141 result = dns_message_gettemprdataset(query, &question);
143 dns_rdataset_makequestion(question, dns_rdataclass_in,
153 ISC_LIST_APPEND(qname->list, question, link);
163 CHECK("dns_message_rendersection(question)", result);
/bind-9.11.3/lib/dns/
H A Drdataset.c211 * Make 'rdataset' a valid, associated, question rdataset, with a
212 * question class of 'rdclass' and type 'type'.
320 isc_boolean_t question = ISC_FALSE; local
341 question = ISC_TRUE;
366 if (!question && count > 1 &&
482 if (!question)
492 if (!question) {
H A Dtkey.c664 * Interpret the question section.
674 * Look for a TKEY record that matches the question.
691 "matching the question");
892 dns_rdataset_t *question = NULL, *tkeyset = NULL; local
906 RETERR(dns_message_gettemprdataset(msg, &question));
907 dns_rdataset_makequestion(question, dns_rdataclass_any,
934 ISC_LIST_APPEND(qname->list, question, link);
957 if (question != NULL) {
958 dns_rdataset_disassociate(question);
959 dns_message_puttemprdataset(msg, &question);
[all...]
H A Dmasterdump.c708 * such as those used to represent the question section
782 isc_boolean_t question,
803 if (question)
779 dns_rdataset_totext(dns_rdataset_t *rdataset, dns_name_t *owner_name, isc_boolean_t omit_final_dot, isc_boolean_t question, isc_buffer_t *target) argument

Completed in 21 milliseconds