Searched defs:oldest (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dlog.c1533 isc_time_t oldest; local
1541 * 'oldest' is the age of the oldest messages
1545 TIME_NOW(&oldest);
1546 if (isc_time_subtract(&oldest, &interval,
1547 &oldest)
1559 &oldest) < 0) {
/bind-9.11.3/bin/named/
H A Dclient.c263 ns_client_t *oldest; local
267 oldest = ISC_LIST_HEAD(client->manager->recursing);
268 if (oldest != NULL) {
269 ISC_LIST_UNLINK(client->manager->recursing, oldest, rlink);
271 ns_query_cancel(oldest);
/bind-9.11.3/lib/dns/
H A Dzone.c16840 unsigned int i, slot = UNREACH_CHACHE_SIZE, oldest = 0; local
16856 oldest = i;
16883 zmgr->unreachable[oldest].expire = seconds + UNREACH_HOLD_TIME;
16884 zmgr->unreachable[oldest].last = seconds;
16885 zmgr->unreachable[oldest].remote = *remote;
16886 zmgr->unreachable[oldest].local = *local;
16887 zmgr->unreachable[oldest].count = 1;

Completed in 68 milliseconds