OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STALE_TTL
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
qpcache.c
103
#define
STALE_TTL
(header, qpdb) \
1078
dns_ttl_t
stale_ttl
= header->ttl +
STALE_TTL
(header, qpdb);
local
1086
if (!ZEROTTL(header) && KEEPSTALE(qpdb) &&
stale_ttl
> now) {
1120
dns_ttl_t
stale_ttl
= header->ttl +
STALE_TTL
(header, qpdb);
local
1121
if (
stale_ttl
> now) {
1122
rdataset->ttl =
stale_ttl
- now;
1212
dns_ttl_t stale = header->ttl +
STALE_TTL
(header, search->qpdb);
2253
if ((header->ttl +
STALE_TTL
(header, qpdb)
3721
dns_ttl_t
stale_ttl
= header->ttl + STALE_TTL(header, qpdb);
local
[
all
...]
rbt-cachedb.c
108
#define
STALE_TTL
(header, rbtdb) \
327
STALE_TTL
(header, search->rbtdb);
1382
if ((header->ttl +
STALE_TTL
(header, rbtdb) <
rbtdb.c
112
#define
STALE_TTL
(header, rbtdb) \
2144
dns_ttl_t
stale_ttl
= header->ttl +
STALE_TTL
(header, rbtdb);
local
2152
if (!ZEROTTL(header) && KEEPSTALE(rbtdb) &&
stale_ttl
> now) {
2184
dns_ttl_t
stale_ttl
= header->ttl +
STALE_TTL
(header, rbtdb);
local
2185
if (
stale_ttl
> now) {
2186
rdataset->ttl =
stale_ttl
- now;
4134
dns_ttl_t
stale_ttl
= header->ttl +
STALE_TTL
(header, rbtdb)
local
[
all
...]
Completed in 26 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026