Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.h231 void ngx_reusable_connection(ngx_connection_t *c, ngx_uint_t reusable);
H A Dngx_connection.c1302 ngx_reusable_connection(c, 0);
1345 ngx_reusable_connection(ngx_connection_t *c, ngx_uint_t reusable) function
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c365 ngx_reusable_connection(c, 1); in ngx_http_init_connection()
435 ngx_reusable_connection(c, 1); in ngx_http_wait_request_handler()
491 ngx_reusable_connection(c, 0); in ngx_http_wait_request_handler()
684 ngx_reusable_connection(c, 1); in ngx_http_ssl_handshake()
759 ngx_reusable_connection(c, 0); in ngx_http_ssl_handshake()
838 ngx_reusable_connection(c, 1); in ngx_http_ssl_handshake_handler()
3203 ngx_reusable_connection(c, 1); in ngx_http_set_keepalive()
3326 ngx_reusable_connection(c, 0); in ngx_http_keepalive_handler()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c676 ngx_reusable_connection(c, 1); in ngx_http_v2_handle_connection()
4541 ngx_reusable_connection(c, 0); in ngx_http_v2_idle_handler()