Lines Matching defs:query
241 * fake up a host entry, end the query immediately, and return true.
466 struct query *query = NULL;
473 query = ares__htable_szvp_get_direct(channel->queries_by_qid, term_qid);
474 if (query == NULL) {
478 query->no_retries = ARES_TRUE;
512 /* We got a bad response from server, but at least one query
519 /* at least one query ended with ARES_SUCCESS */
533 /* at this point we keep on waiting for the next query to finish */
617 /* Allocate and fill in the host query structure. */