Searched refs:oldest (Results 1 – 5 of 5) sorted by relevance
180 time_t oldest; /* oldest time in cache not pruned. */ member203 if(age > prune->oldest) in hostcache_entry_is_stale()204 prune->oldest = age; in hostcache_entry_is_stale()221 user.oldest = 0; in hostcache_prune()227 return user.oldest; in hostcache_prune()251 time_t oldest = hostcache_prune(data->dns.hostcache, timeout, now); in Curl_hostcache_prune() local253 if(oldest < INT_MAX) in Curl_hostcache_prune()254 timeout = (int)oldest; /* we know it fits */ in Curl_hostcache_prune()304 user.oldest = 0; in fetch_addr()
37 When reaching the maximum limit, curl closes the oldest connection present in
37 When the cache is full, curl closes the oldest connection present in the cache
42 Specify the oldest possible libcurl version string you want, and this script
9 # Debian stretch is chosen as it closely matches some of the oldest major
Completed in 10 milliseconds