store_access      223 http/modules/ngx_http_fastcgi_module.c       offsetof(ngx_http_fastcgi_loc_conf_t, upstream.store_access),
store_access     1970 http/modules/ngx_http_fastcgi_module.c     conf->upstream.store_access = NGX_CONF_UNSET_UINT;
store_access     2038 http/modules/ngx_http_fastcgi_module.c     ngx_conf_merge_uint_value(conf->upstream.store_access,
store_access     2039 http/modules/ngx_http_fastcgi_module.c                               prev->upstream.store_access, 0600);
store_access      190 http/modules/ngx_http_proxy_module.c       offsetof(ngx_http_proxy_loc_conf_t, upstream.store_access),
store_access     1667 http/modules/ngx_http_proxy_module.c     conf->upstream.store_access = NGX_CONF_UNSET_UINT;
store_access     1738 http/modules/ngx_http_proxy_module.c     ngx_conf_merge_uint_value(conf->upstream.store_access,
store_access     1739 http/modules/ngx_http_proxy_module.c                               prev->upstream.store_access, 0600);
store_access       96 http/modules/ngx_http_scgi_module.c       offsetof(ngx_http_scgi_loc_conf_t, upstream.store_access),
store_access      999 http/modules/ngx_http_scgi_module.c     conf->upstream.store_access = NGX_CONF_UNSET_UINT;
store_access     1064 http/modules/ngx_http_scgi_module.c     ngx_conf_merge_uint_value(conf->upstream.store_access,
store_access     1065 http/modules/ngx_http_scgi_module.c                               prev->upstream.store_access, 0600);
store_access      123 http/modules/ngx_http_uwsgi_module.c       offsetof(ngx_http_uwsgi_loc_conf_t, upstream.store_access),
store_access     1052 http/modules/ngx_http_uwsgi_module.c     conf->upstream.store_access = NGX_CONF_UNSET_UINT;
store_access     1117 http/modules/ngx_http_uwsgi_module.c     ngx_conf_merge_uint_value(conf->upstream.store_access,
store_access     1118 http/modules/ngx_http_uwsgi_module.c                               prev->upstream.store_access, 0600);
store_access     2736 http/ngx_http_upstream.c     ext.access = u->conf->store_access;
store_access     2737 http/ngx_http_upstream.c     ext.path_access = u->conf->store_access;
store_access      141 http/ngx_http_upstream.h     ngx_uint_t                       store_access;