Home
last modified time | relevance | path

Searched refs:NGX_HTTP_UPSTREAM_FT_ERROR (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_memcached_module.c45 { ngx_string("error"), NGX_HTTP_UPSTREAM_FT_ERROR },
670 |NGX_HTTP_UPSTREAM_FT_ERROR in ngx_http_memcached_merge_loc_conf()
H A Dngx_http_scgi_module.c77 { ngx_string("error"), NGX_HTTP_UPSTREAM_FT_ERROR },
1435 |NGX_HTTP_UPSTREAM_FT_ERROR in ngx_http_scgi_merge_loc_conf()
1490 if (conf->upstream.cache_use_stale & NGX_HTTP_UPSTREAM_FT_ERROR) { in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c109 { ngx_string("error"), NGX_HTTP_UPSTREAM_FT_ERROR },
1656 |NGX_HTTP_UPSTREAM_FT_ERROR in ngx_http_uwsgi_merge_loc_conf()
1711 if (conf->upstream.cache_use_stale & NGX_HTTP_UPSTREAM_FT_ERROR) { in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_fastcgi_module.c206 { ngx_string("error"), NGX_HTTP_UPSTREAM_FT_ERROR },
2961 |NGX_HTTP_UPSTREAM_FT_ERROR in ngx_http_fastcgi_merge_loc_conf()
3016 if (conf->upstream.cache_use_stale & NGX_HTTP_UPSTREAM_FT_ERROR) { in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_proxy_module.c217 { ngx_string("error"), NGX_HTTP_UPSTREAM_FT_ERROR },
3112 |NGX_HTTP_UPSTREAM_FT_ERROR in ngx_http_proxy_merge_loc_conf()
3168 if (conf->upstream.cache_use_stale & NGX_HTTP_UPSTREAM_FT_ERROR) { in ngx_http_proxy_merge_loc_conf()
H A Dngx_http_grpc_module.c207 { ngx_string("error"), NGX_HTTP_UPSTREAM_FT_ERROR },
4260 |NGX_HTTP_UPSTREAM_FT_ERROR in ngx_http_grpc_merge_loc_conf()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h20 #define NGX_HTTP_UPSTREAM_FT_ERROR 0x00000002 macro
H A Dngx_http_upstream.c1551 ngx_http_upstream_next(r, u, NGX_HTTP_UPSTREAM_FT_ERROR); in ngx_http_upstream_connect()
1666 ngx_http_upstream_next(r, u, NGX_HTTP_UPSTREAM_FT_ERROR); in ngx_http_upstream_ssl_init_connection()
1792 ngx_http_upstream_next(r, u, NGX_HTTP_UPSTREAM_FT_ERROR); in ngx_http_upstream_ssl_handshake()
2015 ngx_http_upstream_next(r, u, NGX_HTTP_UPSTREAM_FT_ERROR); in ngx_http_upstream_send_request()
2024 ngx_http_upstream_next(r, u, NGX_HTTP_UPSTREAM_FT_ERROR); in ngx_http_upstream_send_request()
2306 ngx_http_upstream_next(r, u, NGX_HTTP_UPSTREAM_FT_ERROR); in ngx_http_upstream_process_header()
2376 ngx_http_upstream_next(r, u, NGX_HTTP_UPSTREAM_FT_ERROR); in ngx_http_upstream_process_header()
4165 if (u->peer.cached && ft_type == NGX_HTTP_UPSTREAM_FT_ERROR) { in ngx_http_upstream_next()