Searched defs:control (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/cache/
H A Dcache_socache_common.h52 /* The parsed cache control header */
53 cache_control_t control; member in struct:__anon80
H A Dcache_disk_common.h63 /* The parsed cache control header */
64 cache_control_t control; member in struct:__anon79
H A Dmod_cache.h76 /* cached cache-control */
77 cache_control_t control; member in struct:cache_info
H A Dmod_cache.c77 * run after the authorisation hooks, or by allowing fine control over
816 cache_control_t control; local
878 * includes the "must-revalidate" cache-control directive (see section
889 && !cache->stale_handle->cache_obj->info.control.must_revalidate
890 && !cache->stale_handle->cache_obj->info.control.proxy_revalidate) {
959 /* read the etag and cache-control from the entity */
992 /* Parse the cache control header */
993 memset(&control, 0, sizeof(cache_control_t));
994 ap_cache_control(r, &control, cc_out, pragma, headers);
1023 * subsequent request unless there are cache-control directive
[all...]

Completed in 30 milliseconds