Searched refs:isc_time_seconds (Results 1 - 15 of 15) sorted by relevance

/bind-9.11.3/lib/isc/tests/
H A Dtime_test.c33 ATF_REQUIRE_EQ(isc_time_seconds(&t), isc_time_seconds(&x));
/bind-9.11.3/lib/isc/unix/include/isc/
H A Dtime.h239 isc_time_seconds(const isc_time_t *t);
260 * function in place of isc_time_seconds() any time you need to set a
/bind-9.11.3/lib/isc/win32/include/isc/
H A Dtime.h319 isc_time_seconds(const isc_time_t *t);
340 * function in place of isc_time_seconds() any time you need to set a
/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))
/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.
H A Dfile.c182 * and isc_time_seconds > LONG_MAX, or
183 * * isc_time_seconds is changed to be > 32 bits but long is 32 bits
184 * and isc_time_seconds has at least 33 significant bits.
186 times[0].tv_sec = times[1].tv_sec = (long)isc_time_seconds(when);
/bind-9.11.3/lib/dns/
H A Ddnstap.c710 dm.m.response_time_sec = isc_time_seconds(t);
731 dm.m.query_time_sec = isc_time_seconds(t);
H A Dzone.c9981 isc_time_seconds(&now));
16771 isc_uint32_t seconds = isc_time_seconds(now);
16838 isc_uint32_t seconds = isc_time_seconds(now);
17801 now = isc_time_seconds(&timenow);
H A Dresolver.c2214 isc_time_seconds(&query->start),
/bind-9.11.3/lib/isc/
H A Dtimer.c205 isc_time_seconds(&manager->due) != 0);
H A Dtask.c1124 task->now = isc_time_seconds(&task->tnow);
/bind-9.11.3/bin/named/
H A Dclient.c1508 (isc_time_seconds(&client->requesttime) -
1521 isc_time_seconds(&client->requesttime);
2306 client->now = isc_time_seconds(&client->tnow);
3910 isc_time_seconds(&client->requesttime));
H A Dxfrout.c1089 secs = isc_time_seconds(&expiretime);
H A Dquery.c8841 secs = isc_time_seconds(&expiretime);
/bind-9.11.3/bin/dig/
H A Ddighost.c574 fprintf(stderr, "%d.%06d: ", isc_time_seconds(&t),

Completed in 222 milliseconds