Searched refs:nghttp2_frame_window_update_init (Results 1 - 8 of 8) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_frame.h | 494 void nghttp2_frame_window_update_init(nghttp2_window_update *frame,
|
H A D | nghttp2_frame.c | 158 void nghttp2_frame_window_update_init(nghttp2_window_update *frame, in nghttp2_frame_window_update_init() function
|
H A D | nghttp2_session.c | 7501 nghttp2_frame_window_update_init(&frame->window_update, flags, stream_id, in nghttp2_session_add_window_update()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_frame.h | 494 void nghttp2_frame_window_update_init(nghttp2_window_update *frame,
|
H A D | nghttp2_frame.c | 158 void nghttp2_frame_window_update_init(nghttp2_window_update *frame, in nghttp2_frame_window_update_init() function
|
H A D | nghttp2_session.c | 7490 nghttp2_frame_window_update_init(&frame->window_update, flags, stream_id, in nghttp2_session_add_window_update()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_frame_test.c | 434 nghttp2_frame_window_update_init(&frame, NGHTTP2_FLAG_NONE, 1000000007, 4096); in test_nghttp2_frame_pack_window_update()
|
H A D | nghttp2_session_test.c | 3850 nghttp2_frame_window_update_init(&frame.window_update, NGHTTP2_FLAG_NONE, 1, 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() 4418 nghttp2_frame_window_update_init(&frame.window_update, NGHTTP2_FLAG_NONE, 2, in test_nghttp2_session_on_window_update_received() 4434 nghttp2_frame_window_update_init(&frame.window_update, NGHTTP2_FLAG_NONE, 2, in test_nghttp2_session_on_window_update_received() 7510 nghttp2_frame_window_update_init(&frame.window_update, NGHTTP2_FLAG_NONE, 1, in test_nghttp2_session_flow_control() 7776 nghttp2_frame_window_update_init(&frame.window_update, NGHTTP2_FLAG_NONE, 1, in test_nghttp2_session_data_read_temporal_failure()
|
Completed in 36 milliseconds