Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/h3/
Dmod.rs2868 let h3_config = Config::new()?; in new() localVariable
3187 let h3_config = Config::new().unwrap(); in h3_handshake_0rtt() localVariable
4711 let mut h3_config = Config::new().unwrap(); in request_max_header_size_limit() localVariable
4848 let mut h3_config = Config::new().unwrap(); in headers_blocked() localVariable
4901 let mut h3_config = Config::new().unwrap(); in headers_blocked_on_conn() localVariable
4961 let mut h3_config = Config::new().unwrap(); in send_body_truncation_stream_blocked() localVariable
5095 let mut h3_config = Config::new().unwrap(); in send_body_stream_blocked_by_small_cwnd() localVariable
5167 let mut h3_config = Config::new().unwrap(); in send_body_stream_blocked_zero_length() localVariable
5300 let mut h3_config = Config::new().unwrap(); in zero_length_data_blocked() localVariable
5357 let h3_config = Config::new().unwrap(); in empty_settings() localVariable
[all …]
/external/rust/crates/quiche/examples/
Dhttp3-client.rs134 let h3_config = quiche::h3::Config::new().unwrap(); in main() localVariable
Dhttp3-server.rs109 let h3_config = quiche::h3::Config::new().unwrap(); in main() localVariable