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

/bionic/libc/dns/resolv/
H A Dres_cache.c1576 /* Remove the oldest entry from the hash table.
1581 Entry* oldest = cache->mru_list.mru_prev; local
1582 Entry** lookup = _cache_lookup_p(cache, oldest);
1589 XLOG("Cache full - removing oldest");
1590 XLOG_QUERY(oldest->query, oldest->querylen);

Completed in 34 milliseconds