Searched refs:ngx_http_upstream_test_connect (Results 1 – 7 of 7) sorted by relevance
55 static ngx_int_t ngx_http_upstream_test_connect(ngx_connection_t *c);1670 if (ngx_http_upstream_test_connect(c) != NGX_OK) { in ngx_http_upstream_ssl_init_connection()2020 if (!u->request_sent && ngx_http_upstream_test_connect(c) != NGX_OK) { in ngx_http_upstream_send_request()2311 if (!u->request_sent && ngx_http_upstream_test_connect(c) != NGX_OK) { in ngx_http_upstream_process_header()2672 ngx_http_upstream_test_connect(ngx_connection_t *c) in ngx_http_upstream_test_connect() function
55 static ngx_int_t ngx_http_upstream_test_connect(ngx_connection_t *c);1670 if (ngx_http_upstream_test_connect(c) != NGX_OK) { in ngx_http_upstream_ssl_init_connection()2020 if (!u->request_sent && ngx_http_upstream_test_connect(c) != NGX_OK) { in ngx_http_upstream_send_request()2315 if (!u->request_sent && ngx_http_upstream_test_connect(c) != NGX_OK) { in ngx_http_upstream_process_header()2676 ngx_http_upstream_test_connect(ngx_connection_t *c) in ngx_http_upstream_test_connect() function
55 static ngx_int_t ngx_http_upstream_test_connect(ngx_connection_t *c);1675 if (ngx_http_upstream_test_connect(c) != NGX_OK) { in ngx_http_upstream_ssl_init_connection()2076 if (!u->request_sent && ngx_http_upstream_test_connect(c) != NGX_OK) { in ngx_http_upstream_send_request()2371 if (!u->request_sent && ngx_http_upstream_test_connect(c) != NGX_OK) { in ngx_http_upstream_process_header()2732 ngx_http_upstream_test_connect(ngx_connection_t *c) in ngx_http_upstream_test_connect() function
882 === TEST 25: bug in ngx_http_upstream_test_connect for kqueue