Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Dp9.rs169 let server = p9::Server::with_config(p9_cfg).map_err(P9Error::CreateServer)?; in new()
/external/rust/crates/quiche/src/
Dlib.rs4484 Pipe::with_config(&mut config) in default()
4487 pub fn with_config(config: &mut Config) -> Result<Pipe> { in with_config() method
5081 let mut pipe = testing::Pipe::with_config(&mut config).unwrap(); in stream_send_on_32bit_arch()
6226 let mut pipe = testing::Pipe::with_config(&mut config).unwrap(); in stream_limit_update_bidi()
6304 let mut pipe = testing::Pipe::with_config(&mut config).unwrap(); in stream_limit_update_uni()
7006 let mut pipe = testing::Pipe::with_config(&mut config).unwrap(); in stream_priority()
7226 let mut pipe = testing::Pipe::with_config(&mut config).unwrap(); in stream_reprioritize()
7495 let mut pipe = testing::Pipe::with_config(&mut config).unwrap(); in dgram_send_app_limited()
7545 let mut pipe = testing::Pipe::with_config(&mut config).unwrap(); in dgram_single_datagram()
7583 let mut pipe = testing::Pipe::with_config(&mut config).unwrap(); in dgram_multiple_datagrams()
[all …]
/external/vm_tools/p9/src/server/
Dmod.rs365 Server::with_config(Config { in new()
374 pub fn with_config(cfg: Config) -> io::Result<Server> { in with_config() method
/external/rust/crates/quiche/src/h3/
Dmod.rs1843 pipe: testing::Pipe::with_config(config)?, in with_configs()