Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dlib.rs4523 pub fn with_server_config(server_config: &mut Config) -> Result<Pipe> { in with_server_config() method
5025 let mut pipe = testing::Pipe::with_server_config(&mut config).unwrap(); in limit_handshake_data()
6492 let mut pipe = testing::Pipe::with_server_config(&mut config).unwrap(); in retry()
6551 let mut pipe = testing::Pipe::with_server_config(&mut config).unwrap(); in missing_retry_source_connection_id()
6606 let mut pipe = testing::Pipe::with_server_config(&mut config).unwrap(); in invalid_retry_source_connection_id()
7382 let mut pipe = testing::Pipe::with_server_config(&mut config).unwrap(); in handshake_anti_deadlock()