Searched refs:max_stale (Results 1 – 1 of 1) sorted by relevance
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()1166 max_stale = (int)MIN (g_ascii_strtoll (value, NULL, 10), G_MAXINT32); in soup_cache_has_response()1168 max_stale = G_MAXINT32; in soup_cache_has_response()1183 if ((guint) max_age <= current_age && max_stale == -1) in soup_cache_has_response()1202 if (max_stale != -1) { in soup_cache_has_response()1204 if (max_stale == G_MAXINT32) in soup_cache_has_response()1207 if ((soup_cache_entry_get_current_age (entry) - entry->freshness_lifetime) <= (guint) max_stale) in soup_cache_has_response()