Lines Matching defs:question
287 printf("Unexpected question %d %d \"%s\" ",
633 const char *question;
636 TT_DIE(("Only handling one question at a time; got %d",
639 question = req->questions[0]->name;
641 TT_BLATHER(("got question, %s", question));
697 const char *question;
709 TT_DIE(("Only handling one question at a time; got %d",
712 question = req->questions[0]->name;
714 if (!evutil_ascii_strcasecmp(question, "google.com")) {
720 evdns_server_request_add_a_reply(req, question, 1, &in.s_addr,
1086 TT_BLATHER(("Got question about %s, type=%d", qname, qtype));