OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_read_time
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ntp/dist/include/
ntpsim.h
127
double
last_read_time
; /* Last time the clock was read */
member in struct:Local_Clock_Info
/src/external/bsd/ntp/dist/ntpd/
ntpsim.c
533
if (simclock.local_time == simclock.
last_read_time
)
536
simclock.
last_read_time
= simclock.local_time;
/src/crypto/external/bsd/heimdal/dist/lib/base/
db.c
1315
time_t
last_read_time
;
member in struct:json_db
1422
jsondb->
last_read_time
= time(NULL);
1591
if (st.st_mtime > jsondb->
last_read_time
||
1592
st.st_ctime > jsondb->
last_read_time
) {
1605
jsondb->
last_read_time
= time(NULL);
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026