cache_bypass      337 http/modules/ngx_http_fastcgi_module.c       offsetof(ngx_http_fastcgi_loc_conf_t, upstream.cache_bypass),
cache_bypass     1991 http/modules/ngx_http_fastcgi_module.c     conf->upstream.cache_bypass = NGX_CONF_UNSET_PTR;
cache_bypass     2216 http/modules/ngx_http_fastcgi_module.c     ngx_conf_merge_ptr_value(conf->upstream.cache_bypass,
cache_bypass     2217 http/modules/ngx_http_fastcgi_module.c                              prev->upstream.cache_bypass, NULL);
cache_bypass     2222 http/modules/ngx_http_fastcgi_module.c     if (conf->upstream.no_cache && conf->upstream.cache_bypass == NULL) {
cache_bypass      346 http/modules/ngx_http_proxy_module.c       offsetof(ngx_http_proxy_loc_conf_t, upstream.cache_bypass),
cache_bypass     1688 http/modules/ngx_http_proxy_module.c     conf->upstream.cache_bypass = NGX_CONF_UNSET_PTR;
cache_bypass     1915 http/modules/ngx_http_proxy_module.c     ngx_conf_merge_ptr_value(conf->upstream.cache_bypass,
cache_bypass     1916 http/modules/ngx_http_proxy_module.c                              prev->upstream.cache_bypass, NULL);
cache_bypass     1921 http/modules/ngx_http_proxy_module.c     if (conf->upstream.no_cache && conf->upstream.cache_bypass == NULL) {
cache_bypass      203 http/modules/ngx_http_scgi_module.c       offsetof(ngx_http_scgi_loc_conf_t, upstream.cache_bypass),
cache_bypass     1020 http/modules/ngx_http_scgi_module.c     conf->upstream.cache_bypass = NGX_CONF_UNSET_PTR;
cache_bypass     1241 http/modules/ngx_http_scgi_module.c     ngx_conf_merge_ptr_value(conf->upstream.cache_bypass,
cache_bypass     1242 http/modules/ngx_http_scgi_module.c                              prev->upstream.cache_bypass, NULL);
cache_bypass      230 http/modules/ngx_http_uwsgi_module.c       offsetof(ngx_http_uwsgi_loc_conf_t, upstream.cache_bypass),
cache_bypass     1073 http/modules/ngx_http_uwsgi_module.c     conf->upstream.cache_bypass = NGX_CONF_UNSET_PTR;
cache_bypass     1294 http/modules/ngx_http_uwsgi_module.c     ngx_conf_merge_ptr_value(conf->upstream.cache_bypass,
cache_bypass     1295 http/modules/ngx_http_uwsgi_module.c                              prev->upstream.cache_bypass, NULL);
cache_bypass      644 http/ngx_http_upstream.c         switch (ngx_http_test_predicates(r, u->conf->cache_bypass)) {
cache_bypass      166 http/ngx_http_upstream.h     ngx_array_t                     *cache_bypass;