Home
last modified time | relevance | path

Searched defs:h2c (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c237 ngx_http_v2_connection_t *h2c; in ngx_http_v2_init() local
339 ngx_http_v2_connection_t *h2c; in ngx_http_v2_read_handler() local
453 ngx_http_v2_connection_t *h2c; in ngx_http_v2_write_handler() local
2578 ngx_http_v2_connection_t *h2c; in ngx_http_v2_push_stream() local
2723 ngx_http_v2_send_settings(ngx_http_v2_connection_t *h2c) in ngx_http_v2_send_settings()
3838 ngx_http_v2_connection_t *h2c; in ngx_http_v2_read_request_body() local
4180 ngx_http_v2_connection_t *h2c; in ngx_http_v2_read_unbuffered_request_body() local
4302 ngx_http_v2_connection_t *h2c; in ngx_http_v2_close_stream() local
4464 ngx_http_v2_connection_t *h2c; in ngx_http_v2_handle_connection_handler() local
4498 ngx_http_v2_connection_t *h2c; in ngx_http_v2_idle_handler() local
[all …]
H A Dngx_http_v2_table.c104 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 Dngx_http_v2_filter_module.c146 ngx_http_v2_connection_t *h2c; in ngx_http_v2_header_filter() local
909 ngx_http_v2_connection_t *h2c; in ngx_http_v2_push_resource() local
1192 ngx_http_v2_connection_t *h2c; in ngx_http_v2_create_push_frame() local
1426 ngx_http_v2_connection_t *h2c; in ngx_http_v2_send_chain() local
1670 ngx_http_v2_connection_t *h2c; in ngx_http_v2_filter_get_data_frame() local
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()
1883 ngx_http_v2_push_frame_handler(ngx_http_v2_connection_t *h2c, in ngx_http_v2_push_frame_handler()
1937 ngx_http_v2_data_frame_handler(ngx_http_v2_connection_t *h2c, in ngx_http_v2_data_frame_handler()
2051 ngx_http_v2_handle_stream(ngx_http_v2_connection_t *h2c, in ngx_http_v2_handle_stream()
[all …]
H A Dngx_http_v2.h235 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()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c2294 struct pf_addr *na, u_int16_t np, u_int16_t *pc, u_int16_t *h2c, in pf_change_icmp()