Lines Matching defs:question
257 DnsQuestion *question;
265 question = dns_query_question_for_protocol(c->query, c->scope->protocol);
267 /* Create one transaction per question key */
268 DNS_QUESTION_FOREACH(key, question) {
473 /* First dump UTF8 question */
484 /* And then dump the IDNA question, but only what hasn't been dumped already through the UTF8 question. */
954 /* Same question? Shortcut new question generation */
997 DnsQuestion *question;
1006 question = dns_query_question_for_protocol(q, q->answer_protocol);
1009 r = dns_question_matches_rr(question, rr, DNS_SEARCH_DOMAIN_NAME(q->answer_search_domain));
1015 r = dns_question_matches_cname_or_dname(question, rr, DNS_SEARCH_DOMAIN_NAME(q->answer_search_domain));
1034 * redirected question */