Searched defs:question (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/bin/tests/ |
H A D | sig0_test.c | 133 dns_rdataset_t *question = NULL; local 149 result = dns_message_gettemprdataset(query, &question); 151 dns_rdataset_init(question); 152 dns_rdataset_makequestion(question, dns_rdataclass_in, 163 ISC_LIST_APPEND(qname->list, question, link); 173 CHECK("dns_message_rendersection(question)", result);
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | rdataset.c | 216 * Make 'rdataset' a valid, associated, question rdataset, with a 217 * question class of 'rdclass' and type 'type'. 325 isc_boolean_t question = ISC_FALSE; local 343 question = ISC_TRUE; 368 if (!question && count > 1 && 479 if (!question) 489 if (!question) {
|
H A D | tkey.c | 614 * Interpret the question section. 624 * Look for a TKEY record that matches the question. 640 "matching the question"); 842 dns_rdataset_t *question = NULL, *tkeyset = NULL; local 855 RETERR(dns_message_gettemprdataset(msg, &question)); 856 dns_rdataset_init(question); 857 dns_rdataset_makequestion(question, dns_rdataclass_any, 885 ISC_LIST_APPEND(qname->list, question, link); 906 if (question != NULL) { 907 dns_rdataset_disassociate(question); [all...] |
H A D | masterdump.c | 567 * such as those used to represent the question section 631 isc_boolean_t question, 652 if (question) 628 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 24 milliseconds