OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STALE
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
rbt-cachedb.c
92
#define
STALE
(header) \
326
dns_ttl_t
stale
= header->ttl +
local
329
* If this data is in the
stale
window keep it and if
337
stale
> search->now)
360
* refresh failure time + '
stale
-refresh-time',
361
* then don't skip this
stale
entry but use it
372
* We want
stale
RRset due to timeout, so we
381
* This rdataset is
stale
. If no one else is using the
396
* rdatasets are probably
stale
, too.
405
* which case we need to purge the
stale
[
all
...]
masterdump.c
75
/*% Does the rdataset 'r' contain a
stale
answer? */
76
#define
STALE
(r) (((r)->attributes & DNS_RDATASETATTR_STALE) != 0)
1153
if (
STALE
(rds)) {
1159
fprintf(f, ";
stale
since %s\n", buf);
1659
fprintf(dctx->f, "; using a %u second
stale
ttl\n",
rbtdb.c
81
#define
STALE
(header) \
307
if (
STALE
(header)) {
889
* If current is nonexistent, ancient, or
stale
and
890
* we are not keeping
stale
, we can clean it up.
893
(
STALE
(current) && !KEEPSTALE(rbtdb)))
1982
* sure that
stale
nodes will be removed in
2121
bool
stale
=
STALE
(header);
local
2141
* Mark header
stale
or ancient if the RRset is no longer active.
2146
* If this data is in the
stale
window keep it and i
[
all
...]
qpcache.c
78
#define
STALE
(header) \
221
* Temporary storage for
stale
cache nodes and dynamically
284
* The time after a failed lookup, where
stale
answers from cache
610
* If current is nonexistent, ancient, or
stale
and
611
* we are not keeping
stale
, we can clean it up.
614
(
STALE
(current) && !KEEPSTALE(qpdb)))
905
if (
STALE
(header)) {
1055
bool
stale
=
STALE
(header);
local
1075
* Mark header
stale
or ancient if the RRset is no longer active
1212
dns_ttl_t
stale
= header->ttl + STALE_TTL(header, search->qpdb);
local
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
masterdump.c
90
/*% Does the rdataset 'r' contain a
stale
answer? */
91
#define
STALE
(r) (((r)->attributes & DNS_RDATASETATTR_STALE) != 0)
1118
if (
STALE
(rds)) {
1119
fprintf(f, ";
stale
\n");
1691
fprintf(dctx->f, "; using a %u second
stale
ttl\n",
rbtdb.c
266
/*%< May be potentially served as
stale
data. */
308
#define
STALE
(header) \
501
* Maximum length of time to keep using a
stale
answer past its
507
* The time after a failed lookup, where
stale
answers from cache
521
* Temporary storage for
stale
cache nodes and dynamically deleted
929
if (
STALE
(header)) {
1623
* If the
STALE
attribute is set, this will decrement the
1624
*
stale
type counter, otherwise it decrements the active
1642
* If we are already
stale
there is nothing to do.
1654
* unlikely that an RRset goes from ANCIENT to
STALE
), thi
3150
bool
stale
= STALE(header);
local
4633
dns_ttl_t
stale
= header->rdh_ttl +
local
[
all
...]
/src/external/mpl/bind/dist/lib/ns/
query.c
147
/*% Does the query wants to check for
stale
RRset due to a timeout? */
153
/*% Does the rdataset 'r' contain a
stale
answer? */
154
#define
STALE
(r) (((r)->attributes & DNS_RDATASETATTR_STALE) != 0)
156
/*% Does the rdataset 'r' is
stale
and within
stale
-refresh-time? */
2660
* If refreshing a
stale
RRset failed, we need to set the
2661
*
stale
-refresh-time window, so that on future requests for this
2662
* RRset the
stale
entry may be used immediately.
2686
"%s/%s
stale
refresh failed: timed out", namebuf,
2692
* database, starting the
stale
-refresh-time window for it
[
all
...]
Completed in 37 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026