Lines Matching defs:query
150 struct query;
173 size_t consec_failures; /* Consecutive query failure count
190 /* State to represent a DNS query */
191 struct query {
198 * Node object for each list entry the query belongs to in order to
205 /* connection handle query is associated with */
216 size_t try_count; /* Number of times we tried this query already. */
221 * when a query is to be canceled */
335 ares_status_t ares__send_query(struct query *query, struct timeval *now);
336 ares_status_t ares__requeue_query(struct query *query, struct timeval *now);
354 void ares__free_query(struct query *query);
584 const struct query *query,