Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dsettings.rs81 pub fn set_max_concurrent_streams(&mut self, max: Option<u32>) { in set_max_concurrent_streams() method
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/
Dclient.rs849 self.settings.set_max_concurrent_streams(Some(max)); in max_concurrent_streams()
Dserver.rs842 self.settings.set_max_concurrent_streams(Some(max)); in max_concurrent_streams()
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_session_unittest.cc298 void set_max_concurrent_streams(size_t max_concurrent_streams) { in set_max_concurrent_streams() function in net::SpdySessionTest
1398 set_max_concurrent_streams(3); in TEST_F()
1587 set_max_concurrent_streams(1); in TEST_F()
1891 set_max_concurrent_streams(1); in TEST_F()