next_upstream     402 http/modules/ngx_http_fastcgi_module.c       offsetof(ngx_http_fastcgi_loc_conf_t, upstream.next_upstream),
next_upstream    2161 http/modules/ngx_http_fastcgi_module.c     ngx_conf_merge_bitmask_value(conf->upstream.next_upstream,
next_upstream    2162 http/modules/ngx_http_fastcgi_module.c                               prev->upstream.next_upstream,
next_upstream    2167 http/modules/ngx_http_fastcgi_module.c     if (conf->upstream.next_upstream & NGX_HTTP_UPSTREAM_FT_OFF) {
next_upstream    2168 http/modules/ngx_http_fastcgi_module.c         conf->upstream.next_upstream = NGX_CONF_BITMASK_SET
next_upstream     100 http/modules/ngx_http_memcached_module.c       offsetof(ngx_http_memcached_loc_conf_t, upstream.next_upstream),
next_upstream     560 http/modules/ngx_http_memcached_module.c     ngx_conf_merge_bitmask_value(conf->upstream.next_upstream,
next_upstream     561 http/modules/ngx_http_memcached_module.c                               prev->upstream.next_upstream,
next_upstream     566 http/modules/ngx_http_memcached_module.c     if (conf->upstream.next_upstream & NGX_HTTP_UPSTREAM_FT_OFF) {
next_upstream     567 http/modules/ngx_http_memcached_module.c         conf->upstream.next_upstream = NGX_CONF_BITMASK_SET
next_upstream     411 http/modules/ngx_http_proxy_module.c       offsetof(ngx_http_proxy_loc_conf_t, upstream.next_upstream),
next_upstream    1859 http/modules/ngx_http_proxy_module.c     ngx_conf_merge_bitmask_value(conf->upstream.next_upstream,
next_upstream    1860 http/modules/ngx_http_proxy_module.c                               prev->upstream.next_upstream,
next_upstream    1865 http/modules/ngx_http_proxy_module.c     if (conf->upstream.next_upstream & NGX_HTTP_UPSTREAM_FT_OFF) {
next_upstream    1866 http/modules/ngx_http_proxy_module.c         conf->upstream.next_upstream = NGX_CONF_BITMASK_SET
next_upstream     268 http/modules/ngx_http_scgi_module.c       offsetof(ngx_http_scgi_loc_conf_t, upstream.next_upstream),
next_upstream    1186 http/modules/ngx_http_scgi_module.c     ngx_conf_merge_bitmask_value(conf->upstream.next_upstream,
next_upstream    1187 http/modules/ngx_http_scgi_module.c                                  prev->upstream.next_upstream,
next_upstream    1192 http/modules/ngx_http_scgi_module.c     if (conf->upstream.next_upstream & NGX_HTTP_UPSTREAM_FT_OFF) {
next_upstream    1193 http/modules/ngx_http_scgi_module.c         conf->upstream.next_upstream = NGX_CONF_BITMASK_SET
next_upstream     295 http/modules/ngx_http_uwsgi_module.c       offsetof(ngx_http_uwsgi_loc_conf_t, upstream.next_upstream),
next_upstream    1239 http/modules/ngx_http_uwsgi_module.c     ngx_conf_merge_bitmask_value(conf->upstream.next_upstream,
next_upstream    1240 http/modules/ngx_http_uwsgi_module.c                                  prev->upstream.next_upstream,
next_upstream    1245 http/modules/ngx_http_uwsgi_module.c     if (conf->upstream.next_upstream & NGX_HTTP_UPSTREAM_FT_OFF) {
next_upstream    1246 http/modules/ngx_http_uwsgi_module.c         conf->upstream.next_upstream = NGX_CONF_BITMASK_SET
next_upstream    1653 http/ngx_http_upstream.c         if (u->peer.tries > 1 && (u->conf->next_upstream & un->mask)) {
next_upstream    2850 http/ngx_http_upstream.c         if (u->peer.tries == 0 || !(u->conf->next_upstream & ft_type)) {
next_upstream     140 http/ngx_http_upstream.h     ngx_uint_t                       next_upstream;