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

/bind-9.11.3/lib/isc/unix/include/isc/
H A Dtime.h177 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2);
/bind-9.11.3/lib/isc/win32/include/isc/
H A Dtime.h164 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2);
/bind-9.11.3/lib/dns/
H A Dbadcache.c133 if (isc_time_compare(&bad->expire, now) < 0) {
184 if (isc_time_compare(&bad->expire, &now) < 0) {
259 if (isc_time_compare(&bad->expire, now) < 0) {
285 if (bad != NULL && isc_time_compare(&bad->expire, now) < 0) {
333 n = isc_time_compare(&bad->expire, &now);
371 n = isc_time_compare(&bad->expire, &now);
411 if (isc_time_compare(&bad->expire, &now) < 0) {
H A Dzone.c1892 isc_time_compare(&modtime, &zone->loadtime) > 0)
1901 isc_time_compare(&modtime, &include->filetime) > 0)
2013 isc_time_compare(&loadtime, &filetime) > 0)
3754 if (isc_time_compare(&zone->refreshkeytime, &timenow) < 0 ||
3755 isc_time_compare(&timethen, &zone->refreshkeytime) < 0)
4729 if (isc_time_compare(&zone->refreshtime,
9854 if (isc_time_compare(&now, &zone->expiretime) >= 0 &&
9876 isc_time_compare(&now, &zone->refreshtime) >= 0)
9889 isc_time_compare(&now, &zone->notifytime) >= 0)
9903 isc_time_compare(
[all...]
H A Dresolver.c3945 isc_time_compare(&tevent->due, &query->start) >= 0)
/bind-9.11.3/lib/isc/
H A Dtimer.c216 isc_time_compare(&timer->expires, &due) < 0)
223 else if (isc_time_compare(&timer->idle, &timer->expires) < 0)
237 cmp = isc_time_compare(&due, &timer->due);
287 isc_time_compare(&then, now) < 0) {
304 isc_time_compare(&timer->due, &manager->due) < 0)
673 if (isc_time_compare(now, &timer->due) >= 0) {
680 cmp = isc_time_compare(now, &timer->expires);
691 isc_time_compare(now,
701 isc_time_compare(now,
832 if (isc_time_compare(
[all...]
H A Dlog.c1558 if (isc_time_compare(&message->time,
/bind-9.11.3/bin/tests/timers/
H A Dt_timers.c147 if (isc_time_compare(&llim, &now) > 0) {
152 } else if (isc_time_compare(&ulim, &now) < 0) {
486 if (isc_time_compare(&llim, &now) > 0) {
491 } else if (isc_time_compare(&ulim, &now) < 0) {
621 if (isc_time_compare(&llim, &now) > 0) {
626 } else if (isc_time_compare(&ulim, &now) < 0) {
/bind-9.11.3/lib/isc/win32/
H A Dtime.c149 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2) { function
/bind-9.11.3/lib/isc/unix/
H A Dtime.c234 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2) { function

Completed in 469 milliseconds