Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_outbound_item.c73 nghttp2_frame_window_update_free(&frame->window_update); in nghttp2_outbound_item_free()
H A Dnghttp2_session.c343 nghttp2_frame_window_update_free(&iframe->frame.window_update); in session_inbound_frame_reset()
2582 &frame->window_update); in session_prep_frame()
5142 if (frame->window_update.window_size_increment == 0) { in session_on_connection_window_update_received()
5148 if (NGHTTP2_MAX_WINDOW_SIZE - frame->window_update.window_size_increment < in session_on_connection_window_update_received()
5153 session->remote_window_size += frame->window_update.window_size_increment; in session_on_connection_window_update_received()
5176 if (frame->window_update.window_size_increment == 0) { in session_on_stream_window_update_received()
5181 if (NGHTTP2_MAX_WINDOW_SIZE - frame->window_update.window_size_increment < in session_on_stream_window_update_received()
5186 stream->remote_window_size += frame->window_update.window_size_increment; in session_on_stream_window_update_received()
5214 nghttp2_frame_unpack_window_update_payload(&frame->window_update, in session_process_window_update_frame()
7501 nghttp2_frame_window_update_init(&frame->window_update, flag in nghttp2_session_add_window_update()
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_outbound_item.c73 nghttp2_frame_window_update_free(&frame->window_update); in nghttp2_outbound_item_free()
H A Dnghttp2_session.c343 nghttp2_frame_window_update_free(&iframe->frame.window_update); in session_inbound_frame_reset()
2577 &frame->window_update); in session_prep_frame()
5137 if (frame->window_update.window_size_increment == 0) { in session_on_connection_window_update_received()
5143 if (NGHTTP2_MAX_WINDOW_SIZE - frame->window_update.window_size_increment < in session_on_connection_window_update_received()
5148 session->remote_window_size += frame->window_update.window_size_increment; in session_on_connection_window_update_received()
5171 if (frame->window_update.window_size_increment == 0) { in session_on_stream_window_update_received()
5176 if (NGHTTP2_MAX_WINDOW_SIZE - frame->window_update.window_size_increment < in session_on_stream_window_update_received()
5181 stream->remote_window_size += frame->window_update.window_size_increment; in session_on_stream_window_update_received()
5209 nghttp2_frame_unpack_window_update_payload(&frame->window_update, in session_process_window_update_frame()
7490 nghttp2_frame_window_update_init(&frame->window_update, flag in nghttp2_session_add_window_update()
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c985 CU_ASSERT(1 == item->frame.window_update.hd.stream_id); in test_nghttp2_session_recv_data()
1001 CU_ASSERT(0 == item->frame.window_update.hd.stream_id); in test_nghttp2_session_recv_data()
3850 nghttp2_frame_window_update_init(&frame.window_update, NGHTTP2_FLAG_NONE, 1, in test_nghttp2_session_on_settings_received()
3855 nghttp2_frame_window_update_free(&frame.window_update); in test_nghttp2_session_on_settings_received()
3958 item->frame.window_update.window_size_increment); in test_nghttp2_session_on_settings_received()
4396 nghttp2_frame_window_update_init(&frame.window_update, NGHTTP2_FLAG_NONE, 1, in test_nghttp2_session_on_window_update_received()
4412 nghttp2_frame_window_update_free(&frame.window_update); in test_nghttp2_session_on_window_update_received()
4418 nghttp2_frame_window_update_init(&frame.window_update, NGHTTP2_FLAG_NONE, 2, in test_nghttp2_session_on_window_update_received()
4425 nghttp2_frame_window_update_free(&frame.window_update); in test_nghttp2_session_on_window_update_received()
4434 nghttp2_frame_window_update_init(&frame.window_update, NGHTTP2_FLAG_NON in test_nghttp2_session_on_window_update_received()
[all...]
H A Dnghttp2_test_helper.c80 nghttp2_frame_unpack_window_update_payload(&frame->window_update, payload); in unpack_frame()
/third_party/nghttp2/src/
H A Dapp_helper.cc352 frame->window_update.window_size_increment); in print_frame()
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h1306 nghttp2_window_update window_update; member
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h1301 nghttp2_window_update window_update; member
/third_party/curl/lib/
H A Dcf-h2-proxy.c631 frame->window_update.window_size_increment); in proxy_h2_fr_print()
H A Dhttp2.c1158 frame->window_update.window_size_increment); in fr_print()

Completed in 44 milliseconds