Searched refs:next_upstream (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_memcached_module.c | 109 offsetof(ngx_http_memcached_loc_conf_t, upstream.next_upstream), 667 ngx_conf_merge_bitmask_value(conf->upstream.next_upstream, in ngx_http_memcached_merge_loc_conf() 668 prev->upstream.next_upstream, in ngx_http_memcached_merge_loc_conf() 673 if (conf->upstream.next_upstream & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_memcached_merge_loc_conf() 674 conf->upstream.next_upstream = NGX_CONF_BITMASK_SET in ngx_http_memcached_merge_loc_conf()
|
| H A D | ngx_http_scgi_module.c | 364 offsetof(ngx_http_scgi_loc_conf_t, upstream.next_upstream), 1432 ngx_conf_merge_bitmask_value(conf->upstream.next_upstream, in ngx_http_scgi_merge_loc_conf() 1433 prev->upstream.next_upstream, in ngx_http_scgi_merge_loc_conf() 1438 if (conf->upstream.next_upstream & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_scgi_merge_loc_conf() 1439 conf->upstream.next_upstream = NGX_CONF_BITMASK_SET in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 425 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.next_upstream), 1653 ngx_conf_merge_bitmask_value(conf->upstream.next_upstream, in ngx_http_uwsgi_merge_loc_conf() 1654 prev->upstream.next_upstream, in ngx_http_uwsgi_merge_loc_conf() 1659 if (conf->upstream.next_upstream & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_uwsgi_merge_loc_conf() 1660 conf->upstream.next_upstream = NGX_CONF_BITMASK_SET in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 514 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.next_upstream), 2958 ngx_conf_merge_bitmask_value(conf->upstream.next_upstream, in ngx_http_fastcgi_merge_loc_conf() 2959 prev->upstream.next_upstream, in ngx_http_fastcgi_merge_loc_conf() 2964 if (conf->upstream.next_upstream & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_fastcgi_merge_loc_conf() 2965 conf->upstream.next_upstream = NGX_CONF_BITMASK_SET in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_grpc_module.c | 300 offsetof(ngx_http_grpc_loc_conf_t, upstream.next_upstream), 4257 ngx_conf_merge_bitmask_value(conf->upstream.next_upstream, in ngx_http_grpc_merge_loc_conf() 4258 prev->upstream.next_upstream, in ngx_http_grpc_merge_loc_conf() 4263 if (conf->upstream.next_upstream & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_grpc_merge_loc_conf() 4264 conf->upstream.next_upstream = NGX_CONF_BITMASK_SET in ngx_http_grpc_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 598 offsetof(ngx_http_proxy_loc_conf_t, upstream.next_upstream), 3109 ngx_conf_merge_bitmask_value(conf->upstream.next_upstream, in ngx_http_proxy_merge_loc_conf() 3110 prev->upstream.next_upstream, in ngx_http_proxy_merge_loc_conf() 3115 if (conf->upstream.next_upstream & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_proxy_merge_loc_conf() 3116 conf->upstream.next_upstream = NGX_CONF_BITMASK_SET in ngx_http_proxy_merge_loc_conf()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_proxy_module.c | 32 ngx_flag_t next_upstream; member 221 offsetof(ngx_stream_proxy_srv_conf_t, next_upstream), 1824 || !pscf->next_upstream in ngx_stream_proxy_next_upstream() 1989 conf->next_upstream = NGX_CONF_UNSET; in ngx_stream_proxy_create_srv_conf() 2044 ngx_conf_merge_value(conf->next_upstream, prev->next_upstream, 1); in ngx_stream_proxy_merge_srv_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 172 ngx_uint_t next_upstream; member
|
| H A D | ngx_http_upstream.c | 2470 && ((u->conf->next_upstream & mask) == mask) in ngx_http_upstream_test_next() 4223 || ((u->conf->next_upstream & ft_type) != ft_type) in ngx_http_upstream_next()
|