Lines Matching refs:window_update
343 nghttp2_frame_window_update_free(&iframe->frame.window_update);
2582 &frame->window_update);
5142 if (frame->window_update.window_size_increment == 0) {
5148 if (NGHTTP2_MAX_WINDOW_SIZE - frame->window_update.window_size_increment <
5153 session->remote_window_size += frame->window_update.window_size_increment;
5176 if (frame->window_update.window_size_increment == 0) {
5181 if (NGHTTP2_MAX_WINDOW_SIZE - frame->window_update.window_size_increment <
5186 stream->remote_window_size += frame->window_update.window_size_increment;
5214 nghttp2_frame_unpack_window_update_payload(&frame->window_update,
7501 nghttp2_frame_window_update_init(&frame->window_update, flags, stream_id,
7507 nghttp2_frame_window_update_free(&frame->window_update);