Home
last modified time | relevance | path

Searched refs:FlowControl (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/quiche/src/
Dlib.rs362 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()
Dstream.rs639 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/
DASTMatchersNodeTest.cpp285 TEST(Matcher, FlowControl) { in TEST() argument
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp431 TEST_P(ASTMatchersTest, FlowControl) { in TEST_P() argument