Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-cache.c100 gboolean must_revalidate; member
342 entry->must_revalidate = FALSE; in soup_cache_entry_set_freshness()
355 entry->must_revalidate = g_hash_table_lookup_extended (hash, "must-revalidate", NULL, NULL); in soup_cache_entry_set_freshness()
364 entry->must_revalidate = TRUE; in soup_cache_entry_set_freshness()
1199 if (entry->must_revalidate) in soup_cache_has_response()
1451 g_variant_builder_add (entries_builder, "b", entry->must_revalidate); in pack_entry()
1549 gboolean must_revalidate; in soup_cache_load() local
1586 &url, &must_revalidate, &freshness_lifetime, &corrected_initial_age, in soup_cache_load()
1609 entry->must_revalidate = must_revalidate; in soup_cache_load()