Searched refs:NGHTTP2_ERR_FLOW_CONTROL (Results 1 - 9 of 9) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_helper.c | 175 return NGHTTP2_ERR_FLOW_CONTROL; in nghttp2_adjust_local_window_size() 202 return NGHTTP2_ERR_FLOW_CONTROL; in nghttp2_adjust_local_window_size() 230 return NGHTTP2_ERR_FLOW_CONTROL; in nghttp2_increase_local_window_size() 301 case NGHTTP2_ERR_FLOW_CONTROL: in nghttp2_strerror()
|
H A D | nghttp2_session.c | 3747 case NGHTTP2_ERR_FLOW_CONTROL: in get_error_code_from_lib_error_code() 4828 session, frame, NGHTTP2_ERR_FLOW_CONTROL, in nghttp2_session_on_settings_received() 4841 session, frame, NGHTTP2_ERR_FLOW_CONTROL, NULL); in nghttp2_session_on_settings_received() 5151 NGHTTP2_ERR_FLOW_CONTROL, NULL); in session_on_connection_window_update_received() 5184 NGHTTP2_ERR_FLOW_CONTROL); in session_on_stream_window_update_received()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_helper.c | 175 return NGHTTP2_ERR_FLOW_CONTROL; in nghttp2_adjust_local_window_size() 202 return NGHTTP2_ERR_FLOW_CONTROL; in nghttp2_adjust_local_window_size() 230 return NGHTTP2_ERR_FLOW_CONTROL; in nghttp2_increase_local_window_size() 301 case NGHTTP2_ERR_FLOW_CONTROL: in nghttp2_strerror()
|
H A D | nghttp2_session.c | 3742 case NGHTTP2_ERR_FLOW_CONTROL: in get_error_code_from_lib_error_code() 4823 session, frame, NGHTTP2_ERR_FLOW_CONTROL, in nghttp2_session_on_settings_received() 4836 session, frame, NGHTTP2_ERR_FLOW_CONTROL, NULL); in nghttp2_session_on_settings_received() 5146 NGHTTP2_ERR_FLOW_CONTROL, NULL); in session_on_connection_window_update_received() 5179 NGHTTP2_ERR_FLOW_CONTROL); in session_on_stream_window_update_received()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_helper_test.c | 126 CU_ASSERT(NGHTTP2_ERR_FLOW_CONTROL == in test_nghttp2_adjust_local_window_size() 136 CU_ASSERT(NGHTTP2_ERR_FLOW_CONTROL == in test_nghttp2_adjust_local_window_size()
|
H A D | nghttp2_session_test.c | 6489 CU_ASSERT(NGHTTP2_ERR_FLOW_CONTROL == in test_nghttp2_submit_window_update_local_window_size() 6526 CU_ASSERT(NGHTTP2_ERR_FLOW_CONTROL == in test_nghttp2_submit_window_update_local_window_size()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 352 NGHTTP2_ERR_FLOW_CONTROL = -524, enumerator 4636 * :enum:`nghttp2_error.NGHTTP2_ERR_FLOW_CONTROL`
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 352 NGHTTP2_ERR_FLOW_CONTROL = -524, enumerator 4620 * :enum:`nghttp2_error.NGHTTP2_ERR_FLOW_CONTROL`
|
/third_party/node/src/ |
H A D | node_http2.cc | 1045 case NGHTTP2_ERR_FLOW_CONTROL: in TranslateNghttp2ErrorCode()
|
Completed in 56 milliseconds