no_cache          344 http/modules/ngx_http_fastcgi_module.c       offsetof(ngx_http_fastcgi_loc_conf_t, upstream.no_cache),
no_cache         1992 http/modules/ngx_http_fastcgi_module.c     conf->upstream.no_cache = NGX_CONF_UNSET_PTR;
no_cache         2219 http/modules/ngx_http_fastcgi_module.c     ngx_conf_merge_ptr_value(conf->upstream.no_cache,
no_cache         2220 http/modules/ngx_http_fastcgi_module.c                              prev->upstream.no_cache, NULL);
no_cache         2222 http/modules/ngx_http_fastcgi_module.c     if (conf->upstream.no_cache && conf->upstream.cache_bypass == NULL) {
no_cache          353 http/modules/ngx_http_proxy_module.c       offsetof(ngx_http_proxy_loc_conf_t, upstream.no_cache),
no_cache         1689 http/modules/ngx_http_proxy_module.c     conf->upstream.no_cache = NGX_CONF_UNSET_PTR;
no_cache         1918 http/modules/ngx_http_proxy_module.c     ngx_conf_merge_ptr_value(conf->upstream.no_cache,
no_cache         1919 http/modules/ngx_http_proxy_module.c                              prev->upstream.no_cache, NULL);
no_cache         1921 http/modules/ngx_http_proxy_module.c     if (conf->upstream.no_cache && conf->upstream.cache_bypass == NULL) {
no_cache          210 http/modules/ngx_http_scgi_module.c       offsetof(ngx_http_scgi_loc_conf_t, upstream.no_cache),
no_cache         1021 http/modules/ngx_http_scgi_module.c     conf->upstream.no_cache = NGX_CONF_UNSET_PTR;
no_cache         1244 http/modules/ngx_http_scgi_module.c     ngx_conf_merge_ptr_value(conf->upstream.no_cache,
no_cache         1245 http/modules/ngx_http_scgi_module.c                              prev->upstream.no_cache, NULL);
no_cache          237 http/modules/ngx_http_uwsgi_module.c       offsetof(ngx_http_uwsgi_loc_conf_t, upstream.no_cache),
no_cache         1074 http/modules/ngx_http_uwsgi_module.c     conf->upstream.no_cache = NGX_CONF_UNSET_PTR;
no_cache         1297 http/modules/ngx_http_uwsgi_module.c     ngx_conf_merge_ptr_value(conf->upstream.no_cache,
no_cache         1298 http/modules/ngx_http_uwsgi_module.c                              prev->upstream.no_cache, NULL);
no_cache         1763 http/ngx_http_file_cache.c ngx_http_cache(ngx_http_request_t *r, ngx_array_t *no_cache)
no_cache         1769 http/ngx_http_file_cache.c     cv = no_cache->elts;
no_cache         1771 http/ngx_http_file_cache.c     for (i = 0; i < no_cache->nelts; i++) {
no_cache          477 http/ngx_http_request.h     unsigned                          no_cache:1;
no_cache         2124 http/ngx_http_upstream.c     switch (ngx_http_test_predicates(r, u->conf->no_cache)) {
no_cache          167 http/ngx_http_upstream.h     ngx_array_t                     *no_cache;