Searched refs:cache_control (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_headers_filter_module.c | 81 offsetof(ngx_http_headers_out_t, cache_control), 374 ccp = r->headers_out.cache_control.elts; in ngx_http_set_expires() 378 if (ngx_array_init(&r->headers_out.cache_control, r->pool, in ngx_http_set_expires() 393 ccp = ngx_array_push(&r->headers_out.cache_control); in ngx_http_set_expires() 401 for (i = 1; i < r->headers_out.cache_control.nelts; i++) { in ngx_http_set_expires()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 288 ngx_array_t cache_control; member
|
| H A D | ngx_http_request.h | 282 ngx_array_t cache_control; member
|
| H A D | ngx_http_header_filter_module.c | 149 offsetof(ngx_http_headers_out_t, cache_control) },
|
| H A D | ngx_http_upstream.c | 260 offsetof(ngx_http_headers_out_t, cache_control), 1 }, 4564 pa = &u->headers_in.cache_control; in ngx_http_upstream_process_cache_control()
|
| H A D | ngx_http_variables.c | 319 offsetof(ngx_http_request_t, headers_out.cache_control), 0, 0 },
|
| H A D | ngx_http_core_module.c | 2036 cc = &r->headers_out.cache_control; in ngx_http_gzip_ok()
|