Searched refs:ngx_http_v2_get_frame (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 147 static ngx_http_v2_out_frame_t *ngx_http_v2_get_frame( 2105 frame = ngx_http_v2_get_frame(h2c, NGX_HTTP_V2_SETTINGS_ACK_SIZE, in ngx_http_v2_state_settings_params() 2163 frame = ngx_http_v2_get_frame(h2c, NGX_HTTP_V2_PING_SIZE, in ngx_http_v2_state_ping() 2824 frame = ngx_http_v2_get_frame(h2c, NGX_HTTP_V2_WINDOW_UPDATE_SIZE, in ngx_http_v2_send_window_update() 2852 frame = ngx_http_v2_get_frame(h2c, NGX_HTTP_V2_RST_STREAM_SIZE, in ngx_http_v2_send_rst_stream() 2879 frame = ngx_http_v2_get_frame(h2c, NGX_HTTP_V2_GOAWAY_SIZE, in ngx_http_v2_send_goaway() 2898 ngx_http_v2_get_frame(ngx_http_v2_connection_t *h2c, size_t length, in ngx_http_v2_get_frame() function
|