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

/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/include/isc/
H A Dtime.h179 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dtime.h166 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2);
/macosx-10.10.1/ntp-92/lib/isc/unix/include/isc/
H A Dtime.h179 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2);
/macosx-10.10.1/ntp-92/lib/isc/win32/include/isc/
H A Dtime.h166 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dtimer.c239 isc_time_compare(&timer->expires, &due) < 0)
246 else if (isc_time_compare(&timer->idle, &timer->expires) < 0)
260 cmp = isc_time_compare(&due, &timer->due);
310 isc_time_compare(&then, now) < 0) {
327 isc_time_compare(&timer->due, &manager->due) < 0)
696 if (isc_time_compare(now, &timer->due) >= 0) {
703 cmp = isc_time_compare(now, &timer->expires);
714 isc_time_compare(now,
724 isc_time_compare(now,
855 if (isc_time_compare(
[all...]
H A Dlog.c1571 if (isc_time_compare(&message->time,
/macosx-10.10.1/ntp-92/lib/isc/
H A Dtimer.c149 isc_time_compare(&timer->expires, &due) < 0)
156 else if (isc_time_compare(&timer->idle, &timer->expires) < 0)
170 cmp = isc_time_compare(&due, &timer->due);
220 isc_time_compare(&then, now) < 0) {
237 isc_time_compare(&timer->due, &manager->due) < 0)
593 if (isc_time_compare(now, &timer->due) >= 0) {
600 cmp = isc_time_compare(now, &timer->expires);
611 isc_time_compare(now,
621 isc_time_compare(now,
748 if (isc_time_compare(
[all...]
H A Dlog.c1570 if (isc_time_compare(&message->time,
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/timers/
H A Dt_timers.c157 if (isc_time_compare(&llim, &now) > 0) {
162 } else if (isc_time_compare(&ulim, &now) < 0) {
497 if (isc_time_compare(&llim, &now) > 0) {
502 } else if (isc_time_compare(&ulim, &now) < 0) {
633 if (isc_time_compare(&llim, &now) > 0) {
638 } else if (isc_time_compare(&ulim, &now) < 0) {
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dtime.c156 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2) { function
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dtime.c239 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2) { function
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dtime.c156 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2) { function
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dtime.c239 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2) { function
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dzone.c1472 isc_time_compare(&filetime, &zone->loadtime) <= 0 &&
2722 if (isc_time_compare(&zone->refreshkeytime, &timenow) < 0 ||
2723 isc_time_compare(&timethen, &zone->refreshkeytime) < 0)
3539 if (isc_time_compare(&zone->refreshtime,
7998 if (isc_time_compare(&now, &zone->expiretime) >= 0 &&
8016 isc_time_compare(&now, &zone->refreshtime) >= 0)
8032 isc_time_compare(&now, &zone->dumptime) >= 0 &&
8056 if (isc_time_compare(&now, &zone->refreshkeytime) >= 0 &&
8063 isc_time_compare(&now, &zone->refreshkeytime) >= 0)
8076 isc_time_compare(
[all...]
H A Dresolver.c3211 isc_time_compare(&tevent->due, &query->start) >= 0) {
8345 n = isc_time_compare(&bad->expire, &now);
8384 if (isc_time_compare(&bad->expire, now) < 0) {
8433 if (isc_time_compare(&bad->expire, &now) < 0) {
8489 if (isc_time_compare(&bad->expire, now) < 0) {
8511 if (bad != NULL && isc_time_compare(&bad->expire, now) < 0) {
8543 if (isc_time_compare(&bad->expire, &now) < 0) {

Completed in 287 milliseconds