Searched defs:time (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | dki.h | 43 # include <time.h> 110 time_t time; /* key file time */ member in struct:dki 111 time_t gentime; /* key generation time (will be set on key generation and never changed) */ 112 time_t exptime; /* time the key was expired (0L if not) */ 113 ulong lifetime; /* proposed key life time at time of generation */
|
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | file.c | 57 #include <time.h> /* Required for utimes on some platforms. */ 62 #include <sys/time.h> 69 #include <isc/time.h> 96 isc_file_getmodtime(const char *file, isc_time_t *time) { argument 101 REQUIRE(time != NULL); 110 isc_time_set(time, stats.st_mtime, 0); 116 isc_file_settime(const char *file, isc_time_t *time) { argument 119 REQUIRE(file != NULL && time != NULL); 131 times[0].tv_sec = times[1].tv_sec = (long)isc_time_seconds(time); 147 (isc_int32_t)(isc_time_nanoseconds(time) / 100 [all...] |
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | file.c | 35 #include <isc/time.h> 65 * doesn't exist this runs for a *very* long time. 204 isc_file_getmodtime(const char *file, isc_time_t *time) { argument 208 REQUIRE(time != NULL); 216 &time->absolute)) 227 isc_file_settime(const char *file, isc_time_t *time) { argument 230 REQUIRE(file != NULL && time != NULL); 242 &time->absolute, 243 &time->absolute))
|
/bind-9.6-ESV-R11/bin/named/include/named/ |
H A D | client.h | 35 * request at a time. Therefore, several ns_client_t objects are 151 isc_stdtime_t time; member in struct:ns_client::__anon8 244 * Set a timer in the client to go off in the specified amount of time.
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | log.c | 28 #include <time.h> 42 #include <isc/time.h> 104 isc_time_t time; member in struct:isc_logmessage 204 { "time", 0 }, 212 * This essentially constant structure must be filled in at run time, 1564 * without having a valid time. 1571 if (isc_time_compare(&message->time, 1633 TIME_NOW(&new->time);
|
Completed in 19 milliseconds