Home
last modified time | relevance | path

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

/curl/lib/
H A Dhostip.c194 struct hostcache_prune_data *prune = in hostcache_entry_is_stale() local
200 time_t age = prune->now - dns->timestamp; in hostcache_entry_is_stale()
201 if(age >= prune->max_age_sec) in hostcache_entry_is_stale()
203 if(age > prune->oldest) in hostcache_entry_is_stale()
204 prune->oldest = age; in hostcache_entry_is_stale()

Completed in 6 milliseconds