Home | History | Annotate | Download | only in resolv

Lines Matching defs:oldest

1576 /* Remove the oldest entry from the hash table.
1581 Entry* oldest = cache->mru_list.mru_prev;
1582 Entry** lookup = _cache_lookup_p(cache, oldest);
1585 XLOG("%s: OLDEST NOT IN HTABLE ?", __FUNCTION__);
1589 XLOG("Cache full - removing oldest");
1590 XLOG_QUERY(oldest->query, oldest->querylen);