Searched refs:nghttp2_adjust_local_window_size (Results 1 - 7 of 7) sorted by relevance
/third_party/nghttp2/tests/ |
H A D | nghttp2_helper_test.c | 40 CU_ASSERT(0 == nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() 49 CU_ASSERT(0 == nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() 58 CU_ASSERT(0 == nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() 67 CU_ASSERT(0 == nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() 76 CU_ASSERT(0 == nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() 85 CU_ASSERT(0 == nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() 94 CU_ASSERT(0 == nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() 103 CU_ASSERT(0 == nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() 114 CU_ASSERT(0 == nghttp2_adjust_local_window_size(&local_window_size, in test_nghttp2_adjust_local_window_size() 127 nghttp2_adjust_local_window_size( in test_nghttp2_adjust_local_window_size() [all...] |
/third_party/nghttp2/lib/ |
H A D | nghttp2_submit.c | 391 rv = nghttp2_adjust_local_window_size( in nghttp2_submit_window_update() 403 rv = nghttp2_adjust_local_window_size( in nghttp2_submit_window_update() 446 return nghttp2_adjust_local_window_size( in nghttp2_session_set_local_window_size() 479 return nghttp2_adjust_local_window_size( in nghttp2_session_set_local_window_size()
|
H A D | nghttp2_helper.h | 87 int nghttp2_adjust_local_window_size(int32_t *local_window_size_ptr, 93 * This function works like nghttp2_adjust_local_window_size(). The
|
H A 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/node/deps/nghttp2/lib/ |
H A D | nghttp2_submit.c | 391 rv = nghttp2_adjust_local_window_size( in nghttp2_submit_window_update() 403 rv = nghttp2_adjust_local_window_size( in nghttp2_submit_window_update() 446 return nghttp2_adjust_local_window_size( in nghttp2_session_set_local_window_size() 479 return nghttp2_adjust_local_window_size( in nghttp2_session_set_local_window_size()
|
H A D | nghttp2_helper.h | 87 int nghttp2_adjust_local_window_size(int32_t *local_window_size_ptr, 93 * This function works like nghttp2_adjust_local_window_size(). The
|
H A D | nghttp2_helper.c | 155 int nghttp2_adjust_local_window_size(int32_t *local_window_size_ptr, in nghttp2_adjust_local_window_size() function
|
Completed in 6 milliseconds