Lines Matching defs:oldest
185 time_t oldest; /* oldest time in cache not pruned. */
208 if(age > prune->oldest)
209 prune->oldest = age;
216 * Returns the 'age' of the oldest still kept entry.
226 user.oldest = 0;
232 return user.oldest;
256 time_t oldest = hostcache_prune(data->dns.hostcache, timeout, now);
258 if(oldest < INT_MAX)
259 timeout = (int)oldest; /* we know it fits */
263 /* if the cache size is still too big, use the oldest age as new
308 user.oldest = 0;