Home
last modified time | relevance | path

Searched refs:NGX_HTTP_UPSTREAM_FT_OFF (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_memcached_module.c49 { ngx_string("off"), NGX_HTTP_UPSTREAM_FT_OFF },
673 if (conf->upstream.next_upstream & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_memcached_merge_loc_conf()
675 |NGX_HTTP_UPSTREAM_FT_OFF; in ngx_http_memcached_merge_loc_conf()
H A Dngx_http_scgi_module.c87 { ngx_string("off"), NGX_HTTP_UPSTREAM_FT_OFF },
1438 if (conf->upstream.next_upstream & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_scgi_merge_loc_conf()
1440 |NGX_HTTP_UPSTREAM_FT_OFF; in ngx_http_scgi_merge_loc_conf()
1483 |NGX_HTTP_UPSTREAM_FT_OFF)); in ngx_http_scgi_merge_loc_conf()
1485 if (conf->upstream.cache_use_stale & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_scgi_merge_loc_conf()
1487 |NGX_HTTP_UPSTREAM_FT_OFF; in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c119 { ngx_string("off"), NGX_HTTP_UPSTREAM_FT_OFF },
1659 if (conf->upstream.next_upstream & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_uwsgi_merge_loc_conf()
1661 |NGX_HTTP_UPSTREAM_FT_OFF; in ngx_http_uwsgi_merge_loc_conf()
1704 |NGX_HTTP_UPSTREAM_FT_OFF)); in ngx_http_uwsgi_merge_loc_conf()
1706 if (conf->upstream.cache_use_stale & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_uwsgi_merge_loc_conf()
1708 |NGX_HTTP_UPSTREAM_FT_OFF; in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_fastcgi_module.c216 { ngx_string("off"), NGX_HTTP_UPSTREAM_FT_OFF },
2964 if (conf->upstream.next_upstream & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_fastcgi_merge_loc_conf()
2966 |NGX_HTTP_UPSTREAM_FT_OFF; in ngx_http_fastcgi_merge_loc_conf()
3009 |NGX_HTTP_UPSTREAM_FT_OFF)); in ngx_http_fastcgi_merge_loc_conf()
3011 if (conf->upstream.cache_use_stale & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_fastcgi_merge_loc_conf()
3013 |NGX_HTTP_UPSTREAM_FT_OFF; in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_proxy_module.c229 { ngx_string("off"), NGX_HTTP_UPSTREAM_FT_OFF },
3115 if (conf->upstream.next_upstream & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_proxy_merge_loc_conf()
3117 |NGX_HTTP_UPSTREAM_FT_OFF; in ngx_http_proxy_merge_loc_conf()
3161 |NGX_HTTP_UPSTREAM_FT_OFF)); in ngx_http_proxy_merge_loc_conf()
3163 if (conf->upstream.cache_use_stale & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_proxy_merge_loc_conf()
3165 |NGX_HTTP_UPSTREAM_FT_OFF; in ngx_http_proxy_merge_loc_conf()
H A Dngx_http_grpc_module.c218 { ngx_string("off"), NGX_HTTP_UPSTREAM_FT_OFF },
4263 if (conf->upstream.next_upstream & NGX_HTTP_UPSTREAM_FT_OFF) { in ngx_http_grpc_merge_loc_conf()
4265 |NGX_HTTP_UPSTREAM_FT_OFF; in ngx_http_grpc_merge_loc_conf()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h35 #define NGX_HTTP_UPSTREAM_FT_OFF 0x80000000 macro