Searched refs:min_fresh (Results 1 – 1 of 1) sorted by relevance
321 soup_cache_entry_is_fresh_enough (SoupCacheEntry *entry, gint min_fresh) in soup_cache_entry_is_fresh_enough() argument323 guint limit = (min_fresh == -1) ? soup_cache_entry_get_current_age (entry) : (guint) min_fresh; in soup_cache_entry_is_fresh_enough()1077 int max_age, max_stale, min_fresh; in soup_cache_has_response() local1132 max_age = max_stale = min_fresh = -1; in soup_cache_has_response()1173 min_fresh = (int)MIN (g_ascii_strtoll (value, NULL, 10), G_MAXINT32); in soup_cache_has_response()1191 if (!soup_cache_entry_is_fresh_enough (entry, min_fresh)) { in soup_cache_has_response()