Searched refs:FlowControl (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/quiche/src/ |
D | lib.rs | 362 FlowControl = -11, enumerator 381 Error::FlowControl => 0x3, in to_wire() 3626 return Err(Error::FlowControl); in process_frame() 3780 return Err(Error::FlowControl); in process_frame() 5166 Err(Error::FlowControl), in flow_control_limit() 5262 Err(Error::FlowControl), in stream_flow_control_limit_bidi() 5282 Err(Error::FlowControl), in stream_flow_control_limit_uni() 5617 Err(Error::FlowControl), in reset_stream_flow_control()
|
D | stream.rs | 639 return Err(Error::FlowControl); in push() 1282 assert_eq!(recv.push(buf), Err(Error::FlowControl)); in empty_stream_frame() 2000 assert_eq!(stream.recv.push(third), Err(Error::FlowControl)); in recv_flow_control()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersNodeTest.cpp | 285 TEST(Matcher, FlowControl) { in TEST() argument
|
/external/llvm-project/clang/unittests/ASTMatchers/ |
D | ASTMatchersNodeTest.cpp | 431 TEST_P(ASTMatchersTest, FlowControl) { in TEST_P() argument
|