Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.c55 static ngx_int_t ngx_http_upstream_test_connect(ngx_connection_t *c);
1665 if (ngx_http_upstream_test_connect(c) != NGX_OK) { in ngx_http_upstream_ssl_init_connection()
2014 if (!u->request_sent && ngx_http_upstream_test_connect(c) != NGX_OK) { in ngx_http_upstream_send_request()
2305 if (!u->request_sent && ngx_http_upstream_test_connect(c) != NGX_OK) { in ngx_http_upstream_process_header()
2664 ngx_http_upstream_test_connect(ngx_connection_t *c) in ngx_http_upstream_test_connect() function