Lines Matching full:queries
88 /** set of runnable queries (mesh_state.run_node) */
90 /** rbtree of all current queries (mesh_state.node)*/
93 /** number of queries for unbound's auth_zones, upstream query */
95 /** number of queries for unbound's auth_zones, downstream answers */
106 * internal opportunistic queries */
140 /** stats, number of queries removed due to discard-timeout */
142 /** stats, number of queries removed due to wait-limit */
158 * by new queries if too old. These are query states with a reply */
175 * And priming queries are different from ordinary queries (because of hints).
285 * @param env: environment for new queries.
300 * Will run the mesh area queries to process if a new query state is created.
323 * Will run the mesh area queries to process if a new query state is created.
343 * Will run the mesh area queries to process if a new query state is created.
377 * Keeps super-references of those sub-queries correct.
592 * Clear the stats that the mesh keeps (number of queries serviced)
604 * Calculate memory size in use by mesh and all queries inside it.
695 * See if the mesh has space for more queries. You can allocate queries
699 * It checks the number of all queries, not just number of reply states,
700 * that have a client address. So that spawned queries count too,