OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_res_init
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/ntp/dist/libntp/
ntp_intres.c
183
time_t
next_res_init
;
member in struct:dnsworker_ctx_tag
195
static time_t
next_res_init
;
variable
908
worker_ctx->
next_res_init
=
next_res_init
;
910
if (worker_ctx->
next_res_init
<= time_now) {
911
if (worker_ctx->
next_res_init
!= 0)
913
worker_ctx->
next_res_init
= time_now + 60;
915
next_res_init
= worker_ctx->
next_res_init
;
1031
worker_ctx->
next_res_init
= now + 60
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Apr 22 00:22:44 UTC 2026