Searched refs:no_cache (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 215 ngx_array_t *no_cache; member
|
| H A D | ngx_http_request.h | 508 unsigned no_cache:1; member
|
| H A D | ngx_http_upstream.c | 3033 switch (ngx_http_test_predicates(r, u->conf->no_cache)) { in ngx_http_upstream_send_response()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 264 offsetof(ngx_http_scgi_loc_conf_t, upstream.no_cache), 1233 conf->upstream.no_cache = NGX_CONF_UNSET_PTR; in ngx_http_scgi_create_loc_conf() 1503 ngx_conf_merge_ptr_value(conf->upstream.no_cache, in ngx_http_scgi_merge_loc_conf() 1504 prev->upstream.no_cache, NULL); in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 325 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.no_cache), 1446 conf->upstream.no_cache = NGX_CONF_UNSET_PTR; in ngx_http_uwsgi_create_loc_conf() 1724 ngx_conf_merge_ptr_value(conf->upstream.no_cache, in ngx_http_uwsgi_merge_loc_conf() 1725 prev->upstream.no_cache, NULL); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 414 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.no_cache), 2754 conf->upstream.no_cache = NGX_CONF_UNSET_PTR; in ngx_http_fastcgi_create_loc_conf() 3029 ngx_conf_merge_ptr_value(conf->upstream.no_cache, in ngx_http_fastcgi_merge_loc_conf() 3030 prev->upstream.no_cache, NULL); in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 491 offsetof(ngx_http_proxy_loc_conf_t, upstream.no_cache), 2886 conf->upstream.no_cache = NGX_CONF_UNSET_PTR; in ngx_http_proxy_create_loc_conf() 3181 ngx_conf_merge_ptr_value(conf->upstream.no_cache, in ngx_http_proxy_merge_loc_conf() 3182 prev->upstream.no_cache, NULL); in ngx_http_proxy_merge_loc_conf()
|