Home
last modified time | relevance | path

Searched defs:next_stream_id (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/streams/
Drecv.rs25 next_stream_id: Result<StreamId, StreamIdOverflow>, field
85 let next_stream_id = if peer.is_server() { 1 } else { 2 }; in new() localVariable
855 pub fn next_stream_id(&self) -> Result<StreamId, Error> { in next_stream_id() method
Dsend.rs20 next_stream_id: Result<StreamId, StreamIdOverflow>, field
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/proto/
Dconnection.rs78 pub next_stream_id: StreamId, field
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dinternal.h359 uint32_t next_stream_id = 0; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h338 uint32_t next_stream_id = 0; member
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/adapter/
H A Dnghttp2_adapter_test.cc2931 const int next_stream_id = in TEST() local
H A Doghttp2_adapter_test.cc2678 const int next_stream_id = in TEST() local