Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c264 h2c->http_connection = hc; in ngx_http_v2_init()
378 h2mcf = ngx_http_get_module_main_conf(h2c->http_connection->conf_ctx, in ngx_http_v2_read_handler()
542 clcf = ngx_http_get_module_loc_conf(h2c->http_connection->conf_ctx, in ngx_http_v2_send_output_queue()
655 h2scf = ngx_http_get_module_srv_conf(h2c->http_connection->conf_ctx, in ngx_http_v2_handle_connection()
1119 h2scf = ngx_http_get_module_srv_conf(h2c->http_connection->conf_ctx, in ngx_http_v2_state_headers()
1352 h2scf = ngx_http_get_module_srv_conf(h2c->http_connection->conf_ctx, in ngx_http_v2_state_field_len()
2772 h2scf = ngx_http_get_module_srv_conf(h2c->http_connection->conf_ctx, in ngx_http_v2_send_settings()
3067 fc->data = h2c->http_connection; in ngx_http_v2_create_stream()
3145 h2scf = ngx_http_get_module_srv_conf(h2c->http_connection->conf_ctx, in ngx_http_v2_get_node_by_id()
3190 h2scf = ngx_http_get_module_srv_conf(h2c->http_connection->conf_ctx, in ngx_http_v2_get_closed_node()
[all …]
H A Dngx_http_v2.h120 ngx_http_connection_t *http_connection; member
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h446 ngx_http_connection_t *http_connection; member
H A Dngx_http_request.c563 r->http_connection = hc; in ngx_http_alloc_request()
1596 hc = r->http_connection; in ngx_http_alloc_large_header_buffer()
1988 if (r->http_connection->ssl) { in ngx_http_process_request()
2162 hc = r->http_connection; in ngx_http_set_virtual_server()
3018 hc = r->http_connection; in ngx_http_set_keepalive()