Searched refs:window_update (Results 1 - 11 of 11) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_outbound_item.c | 73 nghttp2_frame_window_update_free(&frame->window_update); in nghttp2_outbound_item_free()
|
H A D | nghttp2_session.c | 343 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 D | nghttp2_outbound_item.c | 73 nghttp2_frame_window_update_free(&frame->window_update); in nghttp2_outbound_item_free()
|
H A D | nghttp2_session.c | 343 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 D | nghttp2_session_test.c | 985 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 D | nghttp2_test_helper.c | 80 nghttp2_frame_unpack_window_update_payload(&frame->window_update, payload); in unpack_frame()
|
/third_party/nghttp2/src/ |
H A D | app_helper.cc | 352 frame->window_update.window_size_increment); in print_frame()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1306 nghttp2_window_update window_update; member
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 1301 nghttp2_window_update window_update; member
|
/third_party/curl/lib/ |
H A D | cf-h2-proxy.c | 631 frame->window_update.window_size_increment); in proxy_h2_fr_print()
|
H A D | http2.c | 1158 frame->window_update.window_size_increment); in fr_print()
|
Completed in 44 milliseconds