Searched defs:time (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isc/win32/
H A Dfile.c32 #include <isc/time.h>
64 * doesn't exist this runs for a *very* long time.
242 isc_file_getmodtime(const char *file, isc_time_t *time) { argument
246 REQUIRE(time != NULL);
254 &time->absolute))
281 isc_file_settime(const char *file, isc_time_t *time) { argument
284 REQUIRE(file != NULL && time != NULL);
296 &time->absolute,
297 &time->absolute))
/bind-9.11.3/bin/named/include/named/
H A Dclient.h26 * request at a time. Therefore, several ns_client_t objects are
157 isc_stdtime_t time; member in struct:ns_client::__anon8
276 * Set a timer in the client to go off in the specified amount of time.
/bind-9.11.3/lib/isc/
H A Dlog.c19 #include <time.h>
33 #include <isc/time.h>
95 isc_time_t time; member in struct:isc_logmessage
195 { "time", 0 },
204 * This essentially constant structure must be filled in at run time,
1551 * without having a valid time.
1558 if (isc_time_compare(&message->time,
1622 TIME_NOW(&message->time);

Completed in 64 milliseconds