/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/ |
D | go_away.rs | 11 pub(super) struct GoAway { struct 19 pending: Option<frame::GoAway>, argument 40 impl GoAway { impl 53 pub fn go_away(&mut self, f: frame::GoAway) { in go_away() 71 pub fn go_away_now(&mut self, f: frame::GoAway) { in go_away_now() 83 pub fn go_away_from_user(&mut self, f: frame::GoAway) { in go_away_from_user()
|
D | error.rs | 12 GoAway(Bytes, Reason, Initiator), enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/ |
D | go_away.rs | 8 pub struct GoAway { struct 14 impl GoAway { argument 43 pub fn load(payload: &[u8]) -> Result<GoAway, Error> { in load() 75 impl fmt::Debug for GoAway { implementation
|
D | head.rs | 22 GoAway = 7, enumerator
|
D | mod.rs | 87 GoAway(GoAway), enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/ |
D | error.rs | 32 GoAway(Bytes, Reason, Initiator), enumerator
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/ |
H A D | http2_frame_builder_test.cc | 188 TEST(Http2FrameBuilderTest, GoAway) { in TEST() argument
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ |
H A D | test_frame_sequence.cc | 91 TestFrameSequence& TestFrameSequence::GoAway(Http2StreamId last_good_stream_id, in GoAway() function in http2::adapter::test::TestFrameSequence
|
/aosp_15_r20/external/rust/crates/quiche/src/h3/ |
D | frame.rs | 80 GoAway { enumerator
|
D | mod.rs | 713 GoAway, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/h3/ |
D | frame.rs | 80 GoAway { enumerator
|
D | mod.rs | 713 GoAway, enumerator
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/ |
H A D | http_decoder_test.cc | 420 TEST_F(HttpDecoderTest, GoAway) { in TEST_F() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/ |
D | streams.rs | 695 frame: &frame::GoAway, in recv_go_away()
|
/aosp_15_r20/external/cronet/net/quic/ |
H A D | quic_session_pool_test.cc | 1136 TEST_P(QuicSessionPoolTest, GoAway) { in TEST_P() argument
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_connection_test.cc | 6809 TEST_P(QuicConnectionTest, GoAway) { in TEST_P() argument
|