Lines Matching refs:window_update
343 nghttp2_frame_window_update_free(&iframe->frame.window_update);
2577 &frame->window_update);
5137 if (frame->window_update.window_size_increment == 0) {
5143 if (NGHTTP2_MAX_WINDOW_SIZE - frame->window_update.window_size_increment <
5148 session->remote_window_size += frame->window_update.window_size_increment;
5171 if (frame->window_update.window_size_increment == 0) {
5176 if (NGHTTP2_MAX_WINDOW_SIZE - frame->window_update.window_size_increment <
5181 stream->remote_window_size += frame->window_update.window_size_increment;
5209 nghttp2_frame_unpack_window_update_payload(&frame->window_update,
7490 nghttp2_frame_window_update_init(&frame->window_update, flags, stream_id,
7496 nghttp2_frame_window_update_free(&frame->window_update);