Home
last modified time | relevance | path

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

/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/
H A Dngx_http_upstream.c55 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
/dports/www/nginx/nginx-1.20.2/src/http/
H A Dngx_http_upstream.c55 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
/dports/www/nginx-lite/nginx-1.20.2/src/http/
H A Dngx_http_upstream.c55 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
/dports/www/nginx-naxsi/nginx-1.20.2/src/http/
H A Dngx_http_upstream.c55 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
/dports/www/nginx-devel/nginx-1.21.5/src/http/
H A Dngx_http_upstream.c55 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
/dports/www/nginx-full/nginx-1.20.2/src/http/
H A Dngx_http_upstream.c55 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
/dports/www/nginx-full/lua-nginx-module-0.10.19/t/
H A D100-client-abort.t882 === TEST 25: bug in ngx_http_upstream_test_connect for kqueue