Searched defs:isc_time_seconds (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/unix/
H A Dtime.c323 isc_time_seconds(const isc_time_t *t) { function
349 * size as the return value of isc_time_seconds.
/bind-9.11.3/lib/isc/win32/
H A Dtime.c221 isc_time_seconds(const isc_time_t *t) { function
245 seconds = (time_t)isc_time_seconds(t);
250 if (isc_time_seconds(t) > (~0U>>1) && seconds <= (time_t)(~0U>>1))

Completed in 12 milliseconds