Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-cache.c436 time_t now, last_modified_t; in soup_cache_entry_set_freshness() local
439 last_modified_t = soup_date_to_time_t (soup_date); in soup_cache_entry_set_freshness()
444 entry->freshness_lifetime = MAX (0, (now - last_modified_t) * HEURISTIC_FACTOR); in soup_cache_entry_set_freshness()