Searched refs:freshness_lifetime (Results 1 – 1 of 1) sorted by relevance
99 guint32 freshness_lifetime; member324 return entry->freshness_lifetime > limit; in soup_cache_entry_is_fresh_enough()343 entry->freshness_lifetime = 0; in soup_cache_entry_set_freshness()348 gint64 freshness_lifetime = 0; in soup_cache_entry_set_freshness() local361 freshness_lifetime = g_ascii_strtoll (s_maxage, NULL, 10); in soup_cache_entry_set_freshness()362 if (freshness_lifetime) { in soup_cache_entry_set_freshness()374 freshness_lifetime = g_ascii_strtoll (max_age, NULL, 10); in soup_cache_entry_set_freshness()376 if (freshness_lifetime) { in soup_cache_entry_set_freshness()377 entry->freshness_lifetime = (guint32) MIN (freshness_lifetime, G_MAXUINT32); in soup_cache_entry_set_freshness()405 entry->freshness_lifetime = (guint32) MAX (expires_t - date_t, 0); in soup_cache_entry_set_freshness()[all …]