Lines Matching defs:question
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;
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);
908 dns_message_puttemprdataset(msg, &question);