Home
last modified time | relevance | path

Searched refs:window_update (Results 1 – 11 of 11) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_outbound_item.c73 nghttp2_frame_window_update_free(&frame->window_update); in nghttp2_outbound_item_free()
Dnghttp2_session.c336 nghttp2_frame_window_update_free(&iframe->frame.window_update); in session_inbound_frame_reset()
2288 &frame->window_update); in session_prep_frame()
4782 if (frame->window_update.window_size_increment == 0) { in session_on_connection_window_update_received()
4788 if (NGHTTP2_MAX_WINDOW_SIZE - frame->window_update.window_size_increment < in session_on_connection_window_update_received()
4793 session->remote_window_size += frame->window_update.window_size_increment; in session_on_connection_window_update_received()
4816 if (frame->window_update.window_size_increment == 0) { in session_on_stream_window_update_received()
4821 if (NGHTTP2_MAX_WINDOW_SIZE - frame->window_update.window_size_increment < in session_on_stream_window_update_received()
4826 stream->remote_window_size += frame->window_update.window_size_increment; in session_on_stream_window_update_received()
4854 nghttp2_frame_unpack_window_update_payload(&frame->window_update, in session_process_window_update_frame()
6987 nghttp2_frame_window_update_init(&frame->window_update, flags, stream_id, in nghttp2_session_add_window_update()
[all …]
/third_party/node/deps/nghttp2/lib/
Dnghttp2_outbound_item.c73 nghttp2_frame_window_update_free(&frame->window_update); in nghttp2_outbound_item_free()
Dnghttp2_session.c336 nghttp2_frame_window_update_free(&iframe->frame.window_update); in session_inbound_frame_reset()
2288 &frame->window_update); in session_prep_frame()
4782 if (frame->window_update.window_size_increment == 0) { in session_on_connection_window_update_received()
4788 if (NGHTTP2_MAX_WINDOW_SIZE - frame->window_update.window_size_increment < in session_on_connection_window_update_received()
4793 session->remote_window_size += frame->window_update.window_size_increment; in session_on_connection_window_update_received()
4816 if (frame->window_update.window_size_increment == 0) { in session_on_stream_window_update_received()
4821 if (NGHTTP2_MAX_WINDOW_SIZE - frame->window_update.window_size_increment < in session_on_stream_window_update_received()
4826 stream->remote_window_size += frame->window_update.window_size_increment; in session_on_stream_window_update_received()
4854 nghttp2_frame_unpack_window_update_payload(&frame->window_update, in session_process_window_update_frame()
6987 nghttp2_frame_window_update_init(&frame->window_update, flags, stream_id, in nghttp2_session_add_window_update()
[all …]
/third_party/nghttp2/tests/
Dnghttp2_session_test.c980 CU_ASSERT(1 == item->frame.window_update.hd.stream_id); in test_nghttp2_session_recv_data()
996 CU_ASSERT(0 == item->frame.window_update.hd.stream_id); in test_nghttp2_session_recv_data()
3537 nghttp2_frame_window_update_init(&frame.window_update, NGHTTP2_FLAG_NONE, 1, in test_nghttp2_session_on_settings_received()
3542 nghttp2_frame_window_update_free(&frame.window_update); in test_nghttp2_session_on_settings_received()
3977 nghttp2_frame_window_update_init(&frame.window_update, NGHTTP2_FLAG_NONE, 1, in test_nghttp2_session_on_window_update_received()
3994 nghttp2_frame_window_update_free(&frame.window_update); in test_nghttp2_session_on_window_update_received()
4000 nghttp2_frame_window_update_init(&frame.window_update, NGHTTP2_FLAG_NONE, 2, in test_nghttp2_session_on_window_update_received()
4007 nghttp2_frame_window_update_free(&frame.window_update); in test_nghttp2_session_on_window_update_received()
4016 nghttp2_frame_window_update_init(&frame.window_update, NGHTTP2_FLAG_NONE, 2, in test_nghttp2_session_on_window_update_received()
4024 nghttp2_frame_window_update_free(&frame.window_update); in test_nghttp2_session_on_window_update_received()
[all …]
Dnghttp2_test_helper.c81 nghttp2_frame_unpack_window_update_payload(&frame->window_update, payload); in unpack_frame()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dparsing.cc683 &t->simple.window_update, t->incoming_frame_size, in init_window_update_frame_parser()
695 t->parser_data = &t->simple.window_update; in init_window_update_frame_parser()
Dinternal.h399 grpc_chttp2_window_update_parser window_update; member
/third_party/nghttp2/src/
Dapp_helper.cc348 frame->window_update.window_size_increment); in print_frame()
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h1289 nghttp2_window_update window_update; member
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h1293 nghttp2_window_update window_update; member