Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h207 #define NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE ((1 << 16) - 1) macro
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h207 #define NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE ((1 << 16) - 1) macro
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c5331 payloadlen = nghttp2_min(NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE, in test_nghttp2_submit_data_read_length_too_large()
6499 CU_ASSERT(NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE + 1 == in test_nghttp2_submit_window_update_local_window_size()
7764 or smaller than NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE */ in test_nghttp2_session_data_read_temporal_failure()
7922 CU_ASSERT(NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE == in test_nghttp2_session_get_effective_local_window_size()
7935 CU_ASSERT(NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE + 1000 == in test_nghttp2_session_get_effective_local_window_size()
7937 CU_ASSERT(NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE + 1000 == in test_nghttp2_session_get_effective_local_window_size()
7945 CU_ASSERT(NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE + 950 == in test_nghttp2_session_get_effective_local_window_size()
7947 CU_ASSERT(NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE + 1000 == in test_nghttp2_session_get_effective_local_window_size()
7955 CU_ASSERT(NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE + 950 == in test_nghttp2_session_get_effective_local_window_size()
7961 CU_ASSERT(NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE in test_nghttp2_session_get_effective_local_window_size()
[all...]
/third_party/nghttp2/src/
H A Dshrpx_http2_upstream.cc1088 NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE) in Http2Upstream()
/third_party/nghttp2/lib/
H A Dnghttp2_session.c464 (*session_ptr)->remote_window_size = NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE; in session_new()
468 (*session_ptr)->local_window_size = NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE; in session_new()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c464 (*session_ptr)->remote_window_size = NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE; in session_new()
468 (*session_ptr)->local_window_size = NGHTTP2_INITIAL_CONNECTION_WINDOW_SIZE; in session_new()

Completed in 42 milliseconds