Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h60 typedef struct ngx_http_v2_out_frame_s ngx_http_v2_out_frame_t; typedef
144 ngx_http_v2_out_frame_t *free_frames;
149 ngx_http_v2_out_frame_t *last_out;
198 ngx_http_v2_out_frame_t *free_frames;
220 ngx_http_v2_out_frame_t *next;
224 ngx_http_v2_out_frame_t *frame);
236 ngx_http_v2_out_frame_t *frame) in ngx_http_v2_queue_frame()
238 ngx_http_v2_out_frame_t **out; in ngx_http_v2_queue_frame()
262 ngx_http_v2_out_frame_t *frame) in ngx_http_v2_queue_blocked_frame()
264 ngx_http_v2_out_frame_t **out; in ngx_http_v2_queue_blocked_frame()
[all …]
H A Dngx_http_v2_filter_module.c145 ngx_http_v2_out_frame_t *frame; in ngx_http_v2_header_filter()
1078 static ngx_http_v2_out_frame_t *
1087 ngx_http_v2_out_frame_t *frame; in ngx_http_v2_create_headers_frame()
1183 static ngx_http_v2_out_frame_t *
1302 static ngx_http_v2_out_frame_t *
1662 static ngx_http_v2_out_frame_t *
1669 ngx_http_v2_out_frame_t *frame; in ngx_http_v2_filter_get_data_frame()
1830 ngx_http_v2_out_frame_t *frame) in ngx_http_v2_headers_frame_handler()
1884 ngx_http_v2_out_frame_t *frame) in ngx_http_v2_push_frame_handler()
1938 ngx_http_v2_out_frame_t *frame) in ngx_http_v2_data_frame_handler()
[all …]
H A Dngx_http_v2.c151 ngx_http_v2_out_frame_t *frame);
2022 ngx_http_v2_out_frame_t *frame; in ngx_http_v2_state_settings_params()
2142 ngx_http_v2_out_frame_t *frame; in ngx_http_v2_state_ping()
2729 ngx_http_v2_out_frame_t *frame; in ngx_http_v2_send_settings()
2797 ngx_http_v2_out_frame_t *frame) in ngx_http_v2_settings_frame_handler()
2818 ngx_http_v2_out_frame_t *frame; in ngx_http_v2_send_window_update()
2846 ngx_http_v2_out_frame_t *frame; in ngx_http_v2_send_rst_stream()
2873 ngx_http_v2_out_frame_t *frame; in ngx_http_v2_send_goaway()
2897 static ngx_http_v2_out_frame_t *
2903 ngx_http_v2_out_frame_t *frame; in ngx_http_v2_get_frame()
[all …]