Searched refs:control (Results 1 - 8 of 8) sorted by relevance
/httpd/modules/cache/ |
H A D | cache_socache_common.h | 52 /* The parsed cache control header */ 53 cache_control_t control; member in struct:__anon80
|
H A D | cache_disk_common.h | 63 /* The parsed cache control header */ 64 cache_control_t control; member in struct:__anon79
|
H A D | mod_cache.c | 77 * 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 D | mod_cache.h | 76 /* cached cache-control */ 77 cache_control_t control; member in struct:cache_info
|
H A D | cache_util.c | 585 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 D | mod_cache_disk.c | 238 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 D | mod_cache_socache.c | 603 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 D | make_sni.sh | 130 CDIR=${DIR}/client-xs-control
|
Completed in 3604 milliseconds