Lines Matching full:queries
39 * This file has functions to send queries to authoritative servers,
71 * Send queries to outside servers and wait for answers from servers.
86 * identical serviced queries to the same server. */
129 /** pending udp queries waiting to be sent out, waiting for fd */
136 /** serviced queries, sorted by qbuf, addr, dnssec */
166 /** max number of queries on a reuse connection */
170 /** timeout in milliseconds for TCP queries to auth servers. */
189 /** list of tcp queries waiting for a buffer */
238 /** number of outstanding queries on this port */
266 * the ones with active queries are not on the list because they
269 * service a larger number of queries. */
292 /** rbtree with other queries waiting on the connection, by ID number,
299 /** list of queries waiting to be written on the channel,
300 * if NULL no queries are waiting to be written and the pending->query
509 /** do we know edns probe status already, for UDP_EDNS queries */
519 /** block size with which to pad encrypted queries (default: 128) */
544 * @param infra: pointer to infra cached used for serviced queries.
545 * @param rnd: stored to create random numbers for serviced queries.
560 * @param max_reuse_tcp_queries: max number of queries on a reuse connection.
562 * @param tcp_auth_query_timeout: timeout in milliseconds for TCP queries to auth servers.
582 * Prepare for quit. Sends no more queries, even if queued up.
628 * @param outnet: outside network, with rbtree of serviced queries.
631 * @param dnssec: if set, DO bit is set in EDNS queries.
632 * If the value includes BIT_CD, CD bit is set when in EDNS queries.
633 * If the value includes BIT_DO, DO bit is set when in EDNS queries.
638 * @param tcp_upstream: use TCP for upstream queries.
639 * @param ssl_upstream: use SSL for upstream queries.
678 * Counts buffers and outstanding query (serviced queries) malloced data.
832 /** callback to send serviced queries */
839 /** TCP reply or error callback for serviced queries */