Searched refs:ngx_http_v2_connection_t (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.h | 58 typedef struct ngx_http_v2_connection_s ngx_http_v2_connection_t; typedef 63 typedef u_char *(*ngx_http_v2_handler_pt) (ngx_http_v2_connection_t *h2c, 182 ngx_http_v2_connection_t *connection; 223 ngx_int_t (*handler)(ngx_http_v2_connection_t *h2c, 235 ngx_http_v2_queue_frame(ngx_http_v2_connection_t *h2c, in ngx_http_v2_queue_frame() 261 ngx_http_v2_queue_blocked_frame(ngx_http_v2_connection_t *h2c, in ngx_http_v2_queue_blocked_frame() 279 ngx_http_v2_queue_ordered_frame(ngx_http_v2_connection_t *h2c, in ngx_http_v2_queue_ordered_frame() 297 ngx_int_t ngx_http_v2_send_output_queue(ngx_http_v2_connection_t *h2c); 303 ngx_int_t ngx_http_v2_get_indexed_header(ngx_http_v2_connection_t *h2c, 305 ngx_int_t ngx_http_v2_add_header(ngx_http_v2_connection_t *h2c, [all …]
|
| H A D | ngx_http_v2.c | 133 ngx_http_v2_connection_t *h2c); 237 ngx_http_v2_connection_t *h2c; in ngx_http_v2_init() 339 ngx_http_v2_connection_t *h2c; in ngx_http_v2_read_handler() 453 ngx_http_v2_connection_t *h2c; in ngx_http_v2_write_handler() 2578 ngx_http_v2_connection_t *h2c; in ngx_http_v2_push_stream() 3838 ngx_http_v2_connection_t *h2c; in ngx_http_v2_read_request_body() 4180 ngx_http_v2_connection_t *h2c; in ngx_http_v2_read_unbuffered_request_body() 4302 ngx_http_v2_connection_t *h2c; in ngx_http_v2_close_stream() 4464 ngx_http_v2_connection_t *h2c; in ngx_http_v2_handle_connection_handler() 4498 ngx_http_v2_connection_t *h2c; in ngx_http_v2_idle_handler() [all …]
|
| H A D | ngx_http_v2_table.c | 16 static ngx_int_t ngx_http_v2_table_account(ngx_http_v2_connection_t *h2c, 104 ngx_http_v2_get_indexed_header(ngx_http_v2_connection_t *h2c, ngx_uint_t index, in ngx_http_v2_get_indexed_header() 189 ngx_http_v2_add_header(ngx_http_v2_connection_t *h2c, in ngx_http_v2_add_header() 303 ngx_http_v2_table_account(ngx_http_v2_connection_t *h2c, size_t size) in ngx_http_v2_table_account() 336 ngx_http_v2_table_size(ngx_http_v2_connection_t *h2c, size_t size) in ngx_http_v2_table_size()
|
| H A D | ngx_http_v2_filter_module.c | 76 ngx_http_v2_connection_t *h2c, ngx_http_v2_stream_t *stream); 92 ngx_http_v2_connection_t *h2c, ngx_http_v2_stream_t *stream); 146 ngx_http_v2_connection_t *h2c; in ngx_http_v2_header_filter() 909 ngx_http_v2_connection_t *h2c; in ngx_http_v2_push_resource() 1192 ngx_http_v2_connection_t *h2c; in ngx_http_v2_create_push_frame() 1426 ngx_http_v2_connection_t *h2c; in ngx_http_v2_send_chain() 1670 ngx_http_v2_connection_t *h2c; in ngx_http_v2_filter_get_data_frame() 1751 ngx_http_v2_flow_control(ngx_http_v2_connection_t *h2c, in ngx_http_v2_flow_control() 1773 ngx_http_v2_waiting_queue(ngx_http_v2_connection_t *h2c, in ngx_http_v2_waiting_queue() 2051 ngx_http_v2_handle_stream(ngx_http_v2_connection_t *h2c, in ngx_http_v2_handle_stream() [all …]
|