Home
last modified time | relevance | path

Searched defs:max_concurrent_streams (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dsettings.rs12 max_concurrent_streams: Option<u32>, field
77 pub fn max_concurrent_streams(&self) -> Option<u32> { in max_concurrent_streams() method
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/server/
Dmod.rs89 max_concurrent_streams: Option<u32>, field
227 pub fn max_concurrent_streams(self, max: impl Into<Option<u32>>) -> Self { in max_concurrent_streams() method
512 let max_concurrent_streams = self.max_concurrent_streams; in serve_with_shutdown() localVariable
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/core/v3/
H A Dprotocol.proto63 google.protobuf.UInt32Value max_concurrent_streams = 1 [(validate.rules).uint32 = {gte: 1}]; field
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dhttp2_settings.h54 uint32_t max_concurrent_streams() const { return max_concurrent_streams_; } in max_concurrent_streams() function
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/conn/
Dhttp2.rs173 pub fn max_concurrent_streams(&mut self, max: impl Into<Option<u32>>) -> &mut Self { in max_concurrent_streams() method
/aosp_15_r20/external/curl/lib/
H A Dmultihandle.h169 unsigned int max_concurrent_streams; member
H A Dhttp2.c141 uint32_t max_concurrent_streams; member
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
H A Drecords.pyx.pxi45 max_concurrent_streams = GRPC_ARG_MAX_CONCURRENT_STREAMS variable in ChannelArgKey
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h2/
Dserver.rs50 pub(crate) max_concurrent_streams: Option<u32>, field
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_session_unittest.cc296 size_t max_concurrent_streams() { return session_->max_concurrent_streams_; } in max_concurrent_streams() function in net::SpdySessionTest
298 void set_max_concurrent_streams(size_t max_concurrent_streams) { in set_max_concurrent_streams()
1775 const uint32_t max_concurrent_streams = in TEST_F() local
2609 const uint32_t max_concurrent_streams = 1; in TEST_F() local
H A Dspdy_session_pool_unittest.cc90 size_t max_concurrent_streams(base::WeakPtr<SpdySession> session) { in max_concurrent_streams() function in net::SpdySessionPoolTest
H A Dspdy_network_transaction_unittest.cc1195 const uint32_t max_concurrent_streams = 1; in TEST_P() local
1324 const uint32_t max_concurrent_streams = 1; in TEST_P() local
1455 const uint32_t max_concurrent_streams = 1; in TEST_P() local
1576 const uint32_t max_concurrent_streams = 1; in TEST_P() local
H A Dspdy_session.cc334 size_t max_concurrent_streams, in NetLogSpdySessionStalledParams()
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/
Dclient.rs848 pub fn max_concurrent_streams(&mut self, max: u32) -> &mut Self { in max_concurrent_streams() method
Dserver.rs841 pub fn max_concurrent_streams(&mut self, max: u32) -> &mut Self { in max_concurrent_streams() method