/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/ |
D | go_away.rs | 9 last_stream_id: StreamId, field 31 pub fn last_stream_id(&self) -> StreamId { in last_stream_id() method
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ |
H A D | nghttp2_test_utils.cc | 322 GoAwayMatcher(const testing::Matcher<uint32_t> last_stream_id, in GoAwayMatcher() 449 const testing::Matcher<uint32_t> last_stream_id, in IsGoAway()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_goaway.h | 45 uint32_t last_stream_id; member
|
D | frame_goaway.cc | 157 void grpc_chttp2_goaway_append(uint32_t last_stream_id, uint32_t error_code, in grpc_chttp2_goaway_append()
|
D | chttp2_transport.cc | 1143 uint32_t last_stream_id, in grpc_chttp2_add_incoming_goaway() 1175 uint32_t last_stream_id = *(static_cast<uint32_t*>(user_data)); in grpc_chttp2_add_incoming_goaway() local
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | frame_goaway.h | 45 uint32_t last_stream_id; member
|
H A D | frame_goaway.cc | 155 void grpc_chttp2_goaway_append(uint32_t last_stream_id, uint32_t error_code, in grpc_chttp2_goaway_append()
|
H A D | frame.h | 134 uint32_t last_stream_id = 0; member
|
H A D | chttp2_transport.cc | 1130 uint32_t last_stream_id, in grpc_chttp2_add_incoming_goaway()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/ |
H A D | http2_structures.h | 271 uint32_t last_stream_id; member
|
H A D | http2_structures_test.cc | 478 uint32_t last_stream_id = random.Rand32() & StreamIdMask(); in TEST() local
|
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/ |
H A D | graceful_shutdown_test.cc | 209 void WaitForGoaway(uint32_t last_stream_id, uint32_t error_code = 0, in WaitForGoaway()
|
H A D | streams_not_seen_test.cc | 346 void SendGoaway(uint32_t last_stream_id) { in SendGoaway()
|
/aosp_15_r20/external/grpc-grpc/test/core/end2end/fuzzers/ |
H A D | fuzzer_input.proto | 114 uint32 last_stream_id = 1; field
|
/aosp_15_r20/external/pigweed/pw_grpc/ |
H A D | connection.cc | 1171 uint32_t last_stream_id; in SendGoAway() local
|
/aosp_15_r20/external/curl/lib/ |
H A D | cf-h2-proxy.c | 182 int32_t last_stream_id; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/ |
D | streams.rs | 702 let last_stream_id = frame.last_stream_id(); in recv_go_away() localVariable
|
/aosp_15_r20/external/cronet/net/spdy/ |
H A D | spdy_session.cc | 318 base::Value::Dict NetLogSpdyRecvGoAwayParams(spdy::SpdyStreamId last_stream_id, in NetLogSpdyRecvGoAwayParams()
|