Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dlib.rs8461 let new_tp = TransportParams::decode(raw_params, false).unwrap(); in transport_params() localVariable
8491 let new_tp = TransportParams::decode(raw_params, true).unwrap(); in transport_params() localVariable