Home
last modified time | relevance | path

Searched defs:h3_config (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/quiche/examples/
Dhttp3-client.rs130 let h3_config = quiche::h3::Config::new().unwrap(); in main() localVariable
Dhttp3-server.rs113 let h3_config = quiche::h3::Config::new().unwrap(); in main() localVariable
/external/rust/crates/quiche/src/h3/
Dmod.rs1835 let h3_config = Config::new()?; in default() localVariable
2961 let mut h3_config = Config::new().unwrap(); in request_max_header_size_limit() localVariable
3088 let mut h3_config = Config::new().unwrap(); in headers_blocked() localVariable
3134 let mut h3_config = Config::new().unwrap(); in zero_length_data_blocked() localVariable