Home | History | Annotate | Download | only in resolv

Lines Matching refs:oldest

1632 /* Remove the oldest entry from the hash table.
1637 Entry* oldest = cache->mru_list.mru_prev;
1638 Entry** lookup = _cache_lookup_p(cache, oldest);
1641 XLOG("%s: OLDEST NOT IN HTABLE ?", __FUNCTION__);
1645 XLOG("Cache full - removing oldest");
1646 XLOG_QUERY(oldest->query, oldest->querylen);