Searched refs:nghttp2_adjust_local_window_size (Results 1 – 7 of 7) sorted by relevance
/third_party/nghttp2/tests/ |
D | nghttp2_helper_test.c | 38 CU_ASSERT(0 == nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() 47 CU_ASSERT(0 == nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() 56 CU_ASSERT(0 == nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() 65 CU_ASSERT(0 == nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() 74 CU_ASSERT(0 == nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() 83 CU_ASSERT(0 == nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() 92 CU_ASSERT(0 == nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() 101 CU_ASSERT(0 == nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() 112 CU_ASSERT(0 == nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() 125 nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() [all …]
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_submit.c | 386 rv = nghttp2_adjust_local_window_size( in nghttp2_submit_window_update() 398 rv = nghttp2_adjust_local_window_size( in nghttp2_submit_window_update() 441 return nghttp2_adjust_local_window_size( in nghttp2_session_set_local_window_size() 474 return nghttp2_adjust_local_window_size( in nghttp2_session_set_local_window_size()
|
D | nghttp2_helper.h | 87 int nghttp2_adjust_local_window_size(int32_t *local_window_size_ptr,
|
D | nghttp2_helper.c | 155 int nghttp2_adjust_local_window_size(int32_t *local_window_size_ptr, in nghttp2_adjust_local_window_size() function
|
/third_party/nghttp2/lib/ |
D | nghttp2_submit.c | 386 rv = nghttp2_adjust_local_window_size( in nghttp2_submit_window_update() 398 rv = nghttp2_adjust_local_window_size( in nghttp2_submit_window_update() 441 return nghttp2_adjust_local_window_size( in nghttp2_session_set_local_window_size() 474 return nghttp2_adjust_local_window_size( in nghttp2_session_set_local_window_size()
|
D | nghttp2_helper.h | 87 int nghttp2_adjust_local_window_size(int32_t *local_window_size_ptr,
|
D | nghttp2_helper.c | 155 int nghttp2_adjust_local_window_size(int32_t *local_window_size_ptr, in nghttp2_adjust_local_window_size() function
|