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

/bind-9.11.3/lib/isc/unix/
H A Dtime.c112 isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds) { function
445 isc_time_set(t, when, 0);
/bind-9.11.3/lib/isc/win32/
H A Dtime.c77 isc_time_set(isc_time_t *t, unsigned int seconds, unsigned int nanoseconds) { function
334 isc_time_set(t, (unsigned int)when, 0);

Completed in 11 milliseconds