Searched refs:ngx_reusable_connection (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_connection.h | 231 void ngx_reusable_connection(ngx_connection_t *c, ngx_uint_t reusable);
|
| H A D | ngx_connection.c | 1302 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 D | ngx_http_request.c | 365 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 D | ngx_http_v2.c | 676 ngx_reusable_connection(c, 1); in ngx_http_v2_handle_connection() 4541 ngx_reusable_connection(c, 0); in ngx_http_v2_idle_handler()
|