Home
last modified time | relevance | path

Searched refs:oldest (Results 1 – 5 of 5) sorted by relevance

/curl/lib/
H A Dhostip.c180 time_t oldest; /* oldest time in cache not pruned. */ member
203 if(age > prune->oldest) in hostcache_timestamp_remove()
204 prune->oldest = age; in hostcache_timestamp_remove()
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() local
253 if(oldest < INT_MAX) in Curl_hostcache_prune()
254 timeout = (int)oldest; /* we know it fits */ in Curl_hostcache_prune()
303 user.oldest = 0; in fetch_addr()
/curl/docs/libcurl/opts/
H A DCURLOPT_MAXCONNECTS.md36 When reaching the maximum limit, curl closes the oldest one in the cache to
H A DCURLMOPT_MAXCONNECTS.md37 When the cache is full, curl closes the oldest one in the cache to prevent the
/curl/.github/workflows/
H A Dlinux-old.yml9 # Debian stretch is chosen as it closely matches some of the oldest major
/curl/docs/
H A Dcurl-config.md41 Specify the oldest possible libcurl version string you want, and this script

Completed in 11 milliseconds