Searched refs:last_cleanup (Results 1 – 3 of 3) sorted by relevance
181 last_cleanup = None variable269 global last_cleanup, cleanup_cycle, cleaning_up275 if not last_cleanup or last_cleanup + cleanup_cycle < now:279 last_cleanup = now
30 struct timeval last_cleanup; member
3145 long elapsed = Curl_tvdiff(now, data->state.conn_cache->last_cleanup); in prune_dead_connections()3150 data->state.conn_cache->last_cleanup = now; in prune_dead_connections()