OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DNS_DBFIND_STALEOK
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/mpl/bind/dist/tests/dns/
db_test.c
95
/* check
DNS_DBFIND_STALEOK
works */
96
ISC_LOOP_TEST_IMPL(
dns_dbfind_staleok
) {
201
DNS_DBFIND_STALEOK
, 0, &node, found,
228
DNS_DBFIND_STALEOK
, 0, &node, found,
397
ISC_TEST_ENTRY_CUSTOM(
dns_dbfind_staleok
, setup_managers, teardown_managers)
/src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
db.h
248
*
DNS_DBFIND_STALEOK
: This flag is set when BIND fails to refresh a RRset due
253
#define
DNS_DBFIND_STALEOK
0x0400
/src/external/mpl/bind/dist/lib/dns/include/dns/
db.h
272
*
DNS_DBFIND_STALEOK
: This flag is set when BIND fails to refresh a RRset due
277
#define
DNS_DBFIND_STALEOK
0x0400
/src/external/mpl/bind/dist/lib/ns/
query.c
2711
dboptions |=
DNS_DBFIND_STALEOK
;
2877
DNS_DBFIND_STALEOK
|
5803
DNS_DBFIND_STALEOK
);
6186
* If
DNS_DBFIND_STALEOK
is set this means we are dealing with a
6191
dbfind_stale = ((dboptions &
DNS_DBFIND_STALEOK
) != 0);
7703
if ((qctx->client->query.dboptions &
DNS_DBFIND_STALEOK
) != 0) {
7736
qctx->client->query.dboptions |=
DNS_DBFIND_STALEOK
;
/src/external/mpl/bind/dist/lib/dns/
rbt-cachedb.c
330
*
DNS_DBFIND_STALEOK
is not set we tell the caller to
377
return (search->options &
DNS_DBFIND_STALEOK
) == 0;
qpcache.c
1081
*
DNS_DBFIND_STALEOK
is not set we tell the caller to
1215
*
DNS_DBFIND_STALEOK
is not set we tell the caller to
1262
return (search->options &
DNS_DBFIND_STALEOK
) == 0;
/src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c
3176
*
DNS_DBFIND_STALEOK
is not set we tell the caller to
4637
*
DNS_DBFIND_STALEOK
is not set we tell the caller to
4683
return ((search->options &
DNS_DBFIND_STALEOK
) == 0);
Completed in 102 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026