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_refresh_time
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
route.c
662
uint64_t
stale_refresh_time
= 0;
local
757
if (
stale_refresh_time
< router->received_time + preferred_lifetime_offset) {
758
stale_refresh_time
= router->received_time + preferred_lifetime_offset;
940
if (
stale_refresh_time
< now) {
941
ERROR("Stale refresh time is in the past: %" PRIu64 "!",
stale_refresh_time
);
944
int refresh_timeout = (int)(
stale_refresh_time
- now);
/src/external/mpl/bind/dist/bin/named/
server.c
4206
uint32_t
stale_refresh_time
= 0;
local
4765
stale_refresh_time
= cfg_obj_asduration(obj);
4811
stale_refresh_time
))
4893
dns_cache_setservestalerefresh(cache,
stale_refresh_time
);
Completed in 44 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026