Searched refs:control (Results 1 - 8 of 8) 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.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...]
H A Dmod_cache.h76 /* cached cache-control */
77 cache_control_t control; member in struct:cache_info
H A Dcache_util.c585 if (h->cache_obj->info.control.no_cache
586 || h->cache_obj->info.control.invalidated) {
604 smaxage = h->cache_obj->info.control.s_maxage_value;
620 maxage_cresp = h->cache_obj->info.control.max_age_value;
666 if (maxstale && (h->cache_obj->info.control.must_revalidate
667 || h->cache_obj->info.control.proxy_revalidate || smaxage != -1)) {
H A Dmod_cache_disk.c238 memcpy(&info->control, &dobj->disk_info.control, sizeof(cache_control_t));
1068 memcpy(&disk_info.control, &h->cache_obj->info.control, sizeof(cache_control_t));
1368 h->cache_obj->info.control.invalidated = 1;
H A Dmod_cache_socache.c603 memcpy(&info->control, &sobj->socache_info.control, sizeof(cache_control_t));
894 memcpy(&socache_info->control, &obj->info.control, sizeof(cache_control_t));
1194 h->cache_obj->info.control.invalidated = 1;
/httpd/test/
H A Dmake_sni.sh130 CDIR=${DIR}/client-xs-control

Completed in 3604 milliseconds