Home
last modified time | relevance | path

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

12

/dports/devel/libdap/libdap-3.20.8/
H A DHTTPCacheTable.h135 bool must_revalidate; member
192 return must_revalidate; in get_must_revalidate()
244 …, range(false), freshness_lifetime(0), response_time(0), corrected_initial_age(0), must_revalidate( in CacheEntry()
252 …, range(false), freshness_lifetime(0), response_time(0), corrected_initial_age(0), must_revalidate( in CacheEntry()
H A DHTTPCacheTable.cc354 iss >> entry->must_revalidate; in cache_index_parse_line()
387 e->must_revalidate ? '1' : '0') < 0) in operator ()()
853 entry->must_revalidate = true; in parse_headers()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/controllers/
H A Duploads_controller.rb92 [5.minutes, { public: true, must_revalidate: false }]
94 [5.minutes, { private: true, must_revalidate: true }]
/dports/devel/libsoup/libsoup-2.74.0/libsoup/
H A 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()
/dports/devel/libsoup3/libsoup-3.0.3/libsoup/cache/
H A Dsoup-cache.c109 gboolean must_revalidate; member
365 entry->must_revalidate = FALSE; in soup_cache_entry_set_freshness()
378 entry->must_revalidate = g_hash_table_lookup_extended (hash, "must-revalidate", NULL, NULL); in soup_cache_entry_set_freshness()
387 entry->must_revalidate = TRUE; in soup_cache_entry_set_freshness()
1233 if (entry->must_revalidate) in soup_cache_has_response()
1488 g_variant_builder_add (entries_builder, "b", entry->must_revalidate); in pack_entry()
1585 gboolean must_revalidate; in soup_cache_load() local
1622 &url, &must_revalidate, &freshness_lifetime, &corrected_initial_age, in soup_cache_load()
1645 entry->must_revalidate = must_revalidate; in soup_cache_load()
/dports/www/htdigest/httpd-2.4.6/modules/cache/
H A Dcache_common.h45 unsigned int must_revalidate:1; member
H A Dcache_util.c648 if (maxstale && (h->cache_obj->info.control.must_revalidate in cache_check_freshness()
1032 cc->must_revalidate = 1; in ap_cache_control()
1061 cc->must_revalidate = 1; in ap_cache_control()
H A Dmod_cache.c872 && !cache->stale_handle->cache_obj->info.control.must_revalidate in cache_save_filter()
1022 else if (!dconf->store_expired && (control.must_revalidate in cache_save_filter()
1071 && !(control.s_maxage || control.must_revalidate in cache_save_filter()
1837 && !cache->stale_handle->cache_obj->info.control.must_revalidate in cache_insert_error_filter()
/dports/www/apache24/httpd-2.4.53/modules/cache/
H A Dcache_common.h45 unsigned int must_revalidate:1; member
H A Dmod_cache.c890 && !cache->stale_handle->cache_obj->info.control.must_revalidate in cache_save_filter()
1058 else if (!dconf->store_expired && (control.must_revalidate in cache_save_filter()
1107 && !(control.s_maxage || control.must_revalidate in cache_save_filter()
1875 && !cache->stale_handle->cache_obj->info.control.must_revalidate in cache_insert_error_filter()
H A Dcache_util.c690 if (maxstale && (h->cache_obj->info.control.must_revalidate in cache_check_freshness()
1065 cc->must_revalidate = 1; in ap_cache_control()
/dports/net/gsk/gsk-1.0.63/src/tests/
H A Dtest-http-header.c389 g_assert (response->cache_control->must_revalidate); in main()
448 g_assert (response->cache_control->must_revalidate); in main()
507 g_assert (response->cache_control->must_revalidate); in main()
567 g_assert (response->cache_control->must_revalidate); in main()
665 g_assert (response->cache_control->must_revalidate); in main()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/controllers/concerns/
H A Duploads_actions.rb41 directives ||= { private: true, must_revalidate: true }
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/
H A DHTCache.c85 BOOL must_revalidate; member
328 pres->must_revalidate+0x30) < 0) { in HTCacheIndex_write()
393 cache->must_revalidate = validate-0x30; in HTCacheIndex_parseLine()
1162 pres->must_revalidate = HTResponse_mustRevalidate(response); in HTCache_new()
1768 cache->must_revalidate = HTResponse_mustRevalidate(response); in HTCache_updateMeta()
1891 if (cache->must_revalidate) in HTCache_isFresh()
/dports/www/py-webob/WebOb-1.8.7/src/webob/
H A Dcachecontrol.py200 must_revalidate = exists_property('must-revalidate', type='response') variable in CacheControl
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/WebOb/webob/
H A Dcachecontrol.py200 must_revalidate = exists_property('must-revalidate', type='response') variable in CacheControl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_response_headers.cc1016 bool must_revalidate = HasHeaderValue("cache-control", "must-revalidate"); in GetFreshnessLifetimes() local
1018 if (must_revalidate || !GetStaleWhileRevalidateValue(&lifetimes.staleness)) { in GetFreshnessLifetimes()
1073 !must_revalidate) { in GetFreshnessLifetimes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_response_headers.cc1019 bool must_revalidate = HasHeaderValue("cache-control", "must-revalidate"); in GetFreshnessLifetimes() local
1021 if (must_revalidate || !GetStaleWhileRevalidateValue(&lifetimes.staleness)) { in GetFreshnessLifetimes()
1076 !must_revalidate) { in GetFreshnessLifetimes()
/dports/www/py-werkzeug/Werkzeug-2.0.2/src/werkzeug/
H A Ddatastructures.pyi497 def must_revalidate(self) -> Optional[bool]: ...
498 @must_revalidate.setter
499 def must_revalidate(self, value: Optional[bool]) -> None: ...
500 @must_revalidate.deleter
501 def must_revalidate(self) -> None: ...
/dports/net/gsk/gsk-1.0.63/src/http/
H A Dgskhttpheader.h220 guint must_revalidate : 1; member
H A Dgskhttpheader-output.c649 if (cache_dir->must_revalidate) in print_response_cache_control()
/dports/www/py-werkzeug/Werkzeug-2.0.2/tests/
H A Dtest_wrappers.py761 response.cache_control.must_revalidate = True
802 response.cache_control.must_revalidate = True
/dports/www/py-webob/WebOb-1.8.7/tests/
H A Dtest_response.py1177 assert res.cache_control.must_revalidate is True
1316 assert not res.cache_control.must_revalidate
/dports/devel/libdap/libdap-3.20.8/unit-tests/
H A DHTTPCacheTest.cc233 CPPUNIT_ASSERT(e->must_revalidate == false); in cache_index_parse_line_test()
/dports/devel/py-types-Werkzeug/types-Werkzeug-1.0.9/werkzeug-stubs/
H A Ddatastructures.pyi335 must_revalidate: Any

12