Home
last modified time | relevance | path

Searched defs:set_max_concurrent_streams (Results 1 – 2 of 2) 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/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