HomeSort by: relevance | last modified time | path
    Searched refs:isc_time_compare (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/include/isc/
time.h 181 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2);
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
time.h 168 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2);
  /src/external/mpl/bind/dist/tests/isc/
timer_test.c 161 subthread_assert_true(isc_time_compare(&llim, &now) <= 0);
162 subthread_assert_true(isc_time_compare(&ulim, &now) >= 0);
227 subthread_assert_true(isc_time_compare(&llim, &now) <= 0);
228 subthread_assert_true(isc_time_compare(&ulim, &now) >= 0);
290 subthread_assert_true(isc_time_compare(&llim, &now) <= 0);
291 subthread_assert_true(isc_time_compare(&ulim, &now) >= 0);
  /src/external/mpl/dhcp/bind/dist/lib/isc/
timer.c 126 isc_time_compare(&timer->expires, &due) < 0)
135 } else if (isc_time_compare(&timer->idle, &timer->expires) < 0)
151 cmp = isc_time_compare(&due, &timer->due);
544 if (isc_time_compare(now, &timer->due) >= 0) {
551 cmp = isc_time_compare(now, &timer->expires);
562 isc_time_compare(now, &timer->expires) >= 0)
572 isc_time_compare(now, &timer->idle) >= 0)
664 if (isc_time_compare(&t1->due, &t2->due) < 0) {
log.c 1683 if (isc_time_compare(&message->time,
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
time.h 205 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
badcache.c 189 if (isc_time_compare(&bad->expire, now) < 0) {
245 if (isc_time_compare(&bad->expire, &now) < 0) {
326 if (isc_time_compare(&bad->expire, now) < 0) {
356 if (bad != NULL && isc_time_compare(&bad->expire, now) < 0) {
411 n = isc_time_compare(&bad->expire, &now);
457 n = isc_time_compare(&bad->expire, &now);
502 if (isc_time_compare(&bad->expire, &now) < 0) {
zone.c 2058 isc_time_compare(&modtime, &zone->loadtime) > 0)
2068 isc_time_compare(&modtime, &include->filetime) > 0)
2215 isc_time_compare(&loadtime, &filetime) > 0)
4137 if (isc_time_compare(&zone->refreshkeytime, &timenow) < 0 ||
4138 isc_time_compare(&timethen, &zone->refreshkeytime) < 0)
5201 if (isc_time_compare(&zone->refreshtime,
11348 if (isc_time_compare(&now, &zone->expiretime) >= 0 &&
11373 isc_time_compare(&now, &zone->refreshtime) >= 0)
11391 (isc_time_compare(&now, &zone->notifytime) >= 0);
11410 isc_time_compare(&now, &zone->dumptime) >= 0 &
    [all...]
resolver.c 4769 isc_time_compare(&tevent->due, &query->start) >= 0)
  /src/external/mpl/bind/dist/lib/isc/include/isc/
time.h 241 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2);
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
time.c 241 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2) { function
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/
time.c 158 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2) { function
  /src/external/mpl/bind/dist/lib/dns/
zone.c 2103 isc_time_compare(&modtime, &zone->loadtime) > 0)
2113 isc_time_compare(&modtime, &include->filetime) > 0)
2259 isc_time_compare(&loadtime, &filetime) > 0)
4217 if (isc_time_compare(&zone->refreshkeytime, &timenow) < 0 ||
4218 isc_time_compare(&timethen, &zone->refreshkeytime) < 0)
5294 if (isc_time_compare(&zone->refreshtime,
11315 if (isc_time_compare(&now, &zone->expiretime) >= 0 &&
11341 isc_time_compare(&now, &zone->refreshtime) >= 0)
11360 if (isc_time_compare(&now, &zone->notifytime) > 0) {
11371 isc_time_compare(&now, &zone->notifytime) >= 0
    [all...]
resolver.c 1086 if (isc_time_compare(&expires, &now) <= 0) {
  /src/external/mpl/bind/dist/lib/isc/
time.c 170 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2) { function
log.c 1659 if (isc_time_compare(&message->time,
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
time.c 209 isc_time_compare(const isc_time_t *t1, const isc_time_t *t2) { function
  /src/external/bsd/ntp/dist/libntp/lib/isc/
log.c 1576 if (isc_time_compare(&message->time,

Completed in 75 milliseconds