Home
last modified time | relevance | path

Searched refs:ngx_http_v2_stream_t (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h94 ngx_http_v2_stream_t *stream;
176 ngx_http_v2_stream_t *stream;
226 ngx_http_v2_stream_t *stream;
292 ngx_http_v2_stream_t *ngx_http_v2_push_stream(ngx_http_v2_stream_t *parent,
295 void ngx_http_v2_close_stream(ngx_http_v2_stream_t *stream, ngx_int_t rc);
H A Dngx_http_v2_filter_module.c78 ngx_http_v2_stream_t *stream);
144 ngx_http_v2_stream_t *stream; in ngx_http_v2_header_filter()
1086 ngx_http_v2_stream_t *stream; in ngx_http_v2_create_headers_frame()
1190 ngx_http_v2_stream_t *stream; in ngx_http_v2_create_push_frame()
1752 ngx_http_v2_stream_t *stream) in ngx_http_v2_flow_control()
1774 ngx_http_v2_stream_t *stream) in ngx_http_v2_waiting_queue()
1777 ngx_http_v2_stream_t *s; in ngx_http_v2_waiting_queue()
1833 ngx_http_v2_stream_t *stream; in ngx_http_v2_headers_frame_handler()
1887 ngx_http_v2_stream_t *stream; in ngx_http_v2_push_frame_handler()
1942 ngx_http_v2_stream_t *stream; in ngx_http_v2_data_frame_handler()
[all …]
H A Dngx_http_v2.c798 ngx_http_v2_stream_t *stream; in ngx_http_v2_state_data()
934 ngx_http_v2_stream_t *stream; in ngx_http_v2_state_read_data()
1016 ngx_http_v2_stream_t *stream; in ngx_http_v2_state_headers()
1698 ngx_http_v2_stream_t *stream; in ngx_http_v2_state_header_complete()
1902 ngx_http_v2_stream_t *stream; in ngx_http_v2_state_rst_stream()
2225 ngx_http_v2_stream_t *stream; in ngx_http_v2_state_window_update()
2565 ngx_http_v2_stream_t *
2990 static ngx_http_v2_stream_t *
2998 ngx_http_v2_stream_t *stream; in ngx_http_v2_create_stream()
4565 ngx_http_v2_stream_t *stream; in ngx_http_v2_finalize_connection()
[all …]
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.h22 typedef struct ngx_http_v2_stream_s ngx_http_v2_stream_t; typedef
H A Dngx_http_request.h447 ngx_http_v2_stream_t *stream;