Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dlib.rs4500 pub fn with_client_config(client_config: &mut Config) -> Result<Pipe> { in with_client_config() method
4832 let mut pipe = testing::Pipe::with_client_config(&mut config).unwrap(); in unknown_version()
4847 let mut pipe = testing::Pipe::with_client_config(&mut config).unwrap(); in version_negotiation()
4875 let mut pipe = testing::Pipe::with_client_config(&mut config).unwrap(); in verify_custom_root()
5002 let mut pipe = testing::Pipe::with_client_config(&mut config).unwrap(); in handshake_alpn_mismatch()
6799 let mut pipe = testing::Pipe::with_client_config(&mut config).unwrap(); in app_limited_true()
6835 let mut pipe = testing::Pipe::with_client_config(&mut config).unwrap(); in app_limited_false()
6872 let mut pipe = testing::Pipe::with_client_config(&mut config).unwrap(); in app_limited_false_no_frame()
6909 let mut pipe = testing::Pipe::with_client_config(&mut config).unwrap(); in app_limited_false_no_header()