Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h145 ngx_connection_t *free_fake_connections; member
H A Dngx_http_v2.c667 h2c->free_fake_connections = NULL; in ngx_http_v2_handle_connection()
3002 fc = h2c->free_fake_connections; in ngx_http_v2_create_stream()
3005 h2c->free_fake_connections = fc->data; in ngx_http_v2_create_stream()
4414 fc->data = h2c->free_fake_connections; in ngx_http_v2_close_stream()
4415 h2c->free_fake_connections = fc; in ngx_http_v2_close_stream()