Searched refs:queries (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dacache.c163 unsigned int queries; member in struct:dns_acachestats
272 acache->stats.queries = 0;
696 "acache %p stats: hits=%d misses=%d queries=%d "
702 acache->stats.queries,
1167 acache->stats.queries++; /* XXXSK danger: unlocked! */
1515 entry->acache->stats.queries++;
H A Dresolver.c139 /* The default maximum number of iterative queries to allow before giving up. */
234 ISC_LIST(resquery_t) queries;
284 * Number of queries that reference this context.
599 * with NXDOMAIN for queries for other types. Unfortunately it's
603 * type, queries for other types will be resolved correctly.
610 * Direct queries for RRSIG records should not be answered from
702 * an empty node. For other type of queries
953 ISC_LIST_UNLINK(fctx->queries, query, link);
977 for (query = ISC_LIST_HEAD(fctx->queries);
989 REQUIRE(ISC_LIST_EMPTY(fctx->queries));
[all...]
/freebsd-9.3-release/etc/namedb/
H A Dnamed.conf47 // force your name server to never initiate queries of its own by enabling the
119 /* Serving the following zones locally will prevent any queries

Completed in 165 milliseconds