Lines Matching defs:queries

169 /* The default maximum number of iterative queries to allow before giving up. */
283 ISC_LIST(resquery_t) queries;
334 * Number of queries that reference this context.
681 * with NXDOMAIN for queries for other types. Unfortunately it's
685 * type, queries for other types will be resolved correctly.
692 * Direct queries for RRSIG records should not be answered from
784 * an empty node. For other type of queries
979 * Don't adjust timeout on EDNS queries unless we have
1075 ISC_LIST_UNLINK(fctx->queries, query, link);
1101 for (query = ISC_LIST_HEAD(fctx->queries);
1114 REQUIRE(ISC_LIST_EMPTY(fctx->queries));
1131 REQUIRE(ISC_LIST_EMPTY(fctx->queries));
1148 REQUIRE(ISC_LIST_EMPTY(fctx->queries));
1164 REQUIRE(ISC_LIST_EMPTY(fctx->queries));
1647 * A forwarder needs to make multiple queries. Give it at least
1853 ISC_LIST_APPEND(fctx->queries, query, link);
3345 * To avoid sending out a flood of queries likely to
3721 "exceeded max queries resolving '%s' "
3779 "exceeded max queries resolving '%s'",
3813 REQUIRE(ISC_LIST_EMPTY(fctx->queries));
3848 REQUIRE(ISC_LIST_EMPTY(fctx->queries));
3935 * We could cancel the running queries here, or we could let
3937 * different queries, we adopt the former approach to reduce
3943 query = ISC_LIST_HEAD(fctx->queries);
4296 ISC_LIST_INIT(fctx->queries);
4411 * Are there too many simultaneous queries for this domain?
6434 * section for A and AAAA queries.
10266 dns_resolver_setmaxqueries(dns_resolver_t *resolver, unsigned int queries) {
10268 resolver->maxqueries = queries;