Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_handler.c15 static void ngx_stream_close_connection(ngx_connection_t *c);
56 ngx_stream_close_connection(c); in ngx_stream_init_connection()
120 ngx_stream_close_connection(c); in ngx_stream_init_connection()
157 ngx_stream_close_connection(c); in ngx_stream_init_connection()
168 ngx_stream_close_connection(c); in ngx_stream_init_connection()
306 ngx_stream_close_connection(s->connection); in ngx_stream_finalize_session()
329 ngx_stream_close_connection(ngx_connection_t *c) in ngx_stream_close_connection() function
340 c->ssl->handler = ngx_stream_close_connection; in ngx_stream_close_connection()