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

/bind-9.6-ESV-R11/bin/tests/system/acl/ns2/
H A Dnamed2.conf62 * families. This should *not* match IPv4 queries from 10.*.
/bind-9.6-ESV-R11/bin/tests/system/checkconf/
H A Dbad.conf49 serial-queries 10;
H A Dgood.conf53 serial-queries 10;
/bind-9.6-ESV-R11/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.c201 ISC_LIST(resquery_t) queries;
251 * Number of queries that reference this context.
561 * with NXDOMAIN for queries for other types. Unfortunately it's
565 * type, queries for other types will be resolved correctly.
572 * Direct queries for RRSIG records should not be answered from
664 * an empty node. For other type of queries
915 ISC_LIST_UNLINK(fctx->queries, query, link);
939 for (query = ISC_LIST_HEAD(fctx->queries);
951 REQUIRE(ISC_LIST_EMPTY(fctx->queries));
967 REQUIRE(ISC_LIST_EMPTY(fctx->queries));
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf159 serial-queries 34;
516 * queries what used to be called "query logging"

Completed in 32 milliseconds