Searched refs:recv_reduction (Results 1 - 12 of 12) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | nghttp2_helper_test.c | 36 int32_t recv_reduction = 0; in test_nghttp2_adjust_local_window_size() local 42 &recv_reduction, &delta)); in test_nghttp2_adjust_local_window_size() 45 CU_ASSERT(0 == recv_reduction); in test_nghttp2_adjust_local_window_size() 51 &recv_reduction, &delta)); in test_nghttp2_adjust_local_window_size() 54 CU_ASSERT(0 == recv_reduction); in test_nghttp2_adjust_local_window_size() 60 &recv_reduction, &delta)); in test_nghttp2_adjust_local_window_size() 63 CU_ASSERT(0 == recv_reduction); in test_nghttp2_adjust_local_window_size() 69 &recv_reduction, &delta)); in test_nghttp2_adjust_local_window_size() 72 CU_ASSERT(0 == recv_reduction); in test_nghttp2_adjust_local_window_size() 78 &recv_reduction, in test_nghttp2_adjust_local_window_size() [all...] |
H A D | nghttp2_session_test.c | 6476 CU_ASSERT(32768 == stream->recv_reduction); in test_nghttp2_submit_window_update_local_window_size() 6486 CU_ASSERT(16384 == stream->recv_reduction); in test_nghttp2_submit_window_update_local_window_size() 6514 CU_ASSERT(32768 == session->recv_reduction); in test_nghttp2_submit_window_update_local_window_size() 6523 CU_ASSERT(16384 == session->recv_reduction); in test_nghttp2_submit_window_update_local_window_size() 7944 CU_ASSERT(50 == session->recv_reduction); in test_nghttp2_session_get_effective_local_window_size() 7960 CU_ASSERT(0 == session->recv_reduction); in test_nghttp2_session_get_effective_local_window_size() 11115 CU_ASSERT(32768 == stream->recv_reduction); in test_nghttp2_session_set_local_window_size() 11128 CU_ASSERT(16384 == stream->recv_reduction); in test_nghttp2_session_set_local_window_size() 11138 CU_ASSERT(0 == stream->recv_reduction); in test_nghttp2_session_set_local_window_size() 11170 CU_ASSERT(32768 == session->recv_reduction); in test_nghttp2_session_set_local_window_size() [all...] |
/third_party/nghttp2/lib/ |
H A D | nghttp2_submit.c | 393 &session->recv_reduction, &window_size_increment); in nghttp2_submit_window_update() 405 &stream->recv_reduction, &window_size_increment); in nghttp2_submit_window_update() 448 &session->recv_reduction, &window_size_increment); in nghttp2_session_set_local_window_size() 453 &session->recv_reduction, &window_size_increment); in nghttp2_session_set_local_window_size() 481 &stream->recv_reduction, &window_size_increment); in nghttp2_session_set_local_window_size() 486 &stream->recv_reduction, &window_size_increment); in nghttp2_session_set_local_window_size()
|
H A D | nghttp2_stream.h | 204 int32_t recv_reduction; member
|
H A D | nghttp2_session.h | 335 int32_t recv_reduction; member
|
H A D | nghttp2_stream.c | 77 stream->recv_reduction = 0; in nghttp2_stream_init()
|
H A D | nghttp2_session.c | 467 (*session_ptr)->recv_reduction = 0; in session_new()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_submit.c | 393 &session->recv_reduction, &window_size_increment); in nghttp2_submit_window_update() 405 &stream->recv_reduction, &window_size_increment); in nghttp2_submit_window_update() 448 &session->recv_reduction, &window_size_increment); in nghttp2_session_set_local_window_size() 453 &session->recv_reduction, &window_size_increment); in nghttp2_session_set_local_window_size() 481 &stream->recv_reduction, &window_size_increment); in nghttp2_session_set_local_window_size() 486 &stream->recv_reduction, &window_size_increment); in nghttp2_session_set_local_window_size()
|
H A D | nghttp2_stream.h | 204 int32_t recv_reduction; member
|
H A D | nghttp2_session.h | 325 int32_t recv_reduction; member
|
H A D | nghttp2_stream.c | 77 stream->recv_reduction = 0; in nghttp2_stream_init()
|
H A D | nghttp2_session.c | 467 (*session_ptr)->recv_reduction = 0; in session_new()
|
Completed in 38 milliseconds