Home
last modified time | relevance | path

Searched refs:NGHTTP2_INITIAL_WINDOW_SIZE (Results 1 - 6 of 6) sorted by relevance

/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c4401 CU_ASSERT(NGHTTP2_INITIAL_WINDOW_SIZE + 16 * 1024 == in test_nghttp2_session_on_window_update_received()
4408 CU_ASSERT(NGHTTP2_INITIAL_WINDOW_SIZE + 16 * 1024 * 2 == in test_nghttp2_session_on_window_update_received()
4440 CU_ASSERT(NGHTTP2_INITIAL_WINDOW_SIZE + 4096 == stream->remote_window_size); in test_nghttp2_session_on_window_update_received()
5332 NGHTTP2_INITIAL_WINDOW_SIZE); in test_nghttp2_submit_data_read_length_too_large()
6098 CU_ASSERT(NGHTTP2_INITIAL_WINDOW_SIZE == in test_nghttp2_submit_settings()
6132 CU_ASSERT(NGHTTP2_INITIAL_WINDOW_SIZE == in test_nghttp2_submit_settings()
6209 stream->local_window_size = NGHTTP2_INITIAL_WINDOW_SIZE + 100; in test_nghttp2_submit_settings_update_local_window_size()
6240 stream->local_window_size = NGHTTP2_INITIAL_WINDOW_SIZE + 100; in test_nghttp2_submit_settings_update_local_window_size()
6462 CU_ASSERT(NGHTTP2_INITIAL_WINDOW_SIZE + 1 == stream->local_window_size); in test_nghttp2_submit_window_update_local_window_size()
7763 /* Sends NGHTTP2_INITIAL_WINDOW_SIZE dat in test_nghttp2_session_data_read_temporal_failure()
[all...]
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h201 #define NGHTTP2_INITIAL_WINDOW_SIZE ((1 << 16) - 1) macro
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h201 #define NGHTTP2_INITIAL_WINDOW_SIZE ((1 << 16) - 1) macro
/third_party/nghttp2/src/
H A Dnghttp.cc930 iv[1].value = NGHTTP2_INITIAL_WINDOW_SIZE; in populate_settings()
/third_party/nghttp2/lib/
H A Dnghttp2_session.c400 settings->initial_window_size = NGHTTP2_INITIAL_WINDOW_SIZE; in init_settings()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c400 settings->initial_window_size = NGHTTP2_INITIAL_WINDOW_SIZE; in init_settings()

Completed in 50 milliseconds