Searched refs:no_cache (Results 1 - 11 of 11) sorted by relevance

/httpd/modules/cache/
H A Dcache_common.h34 unsigned int no_cache:1; member in struct:cache_control
H A Dcache_util.c458 if (cache->control_in.no_cache) {
570 if (cache->control_in.no_cache) {
585 if (h->cache_obj->info.control.no_cache
999 cc->no_cache = 1;
1003 cc->no_cache = 1;
1019 cc->no_cache = 1;
1030 cc->no_cache = 1;
H A Dmod_cache.c1115 else if (r->no_cache) {
1117 reason = "r->no_cache present";
H A Dmod_cache_disk.c1279 if (r->connection->aborted || r->no_cache) {
H A Dmod_cache_socache.c1069 if (r->connection->aborted || r->no_cache) {
/httpd/
H A Dap.d47 int no_cache;
/httpd/modules/http/
H A Dhttp_request.c489 new->no_cache = r->no_cache;
578 r->no_cache = (r->no_cache && rr->no_cache);
H A Dhttp_filters.c1271 if (r->no_cache && !apr_table_get(r->headers_out, "Expires")) {
/httpd/include/
H A Dhttpd.h1026 int no_cache; member in struct:request_rec
/httpd/modules/mappers/
H A Dmod_negotiation.c2929 /* XXX: Note that we only set r->no_cache to 1, which causes
2961 r->no_cache = 1;
/httpd/modules/proxy/
H A Dproxy_util.c3064 r->no_cache = 1;
3070 r->main->no_cache = 1;

Completed in 1723 milliseconds