Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dlib.rs8131 let flight = emit_flight(&mut self.client)?; in handshake()
8134 let flight = emit_flight(&mut self.server)?; in handshake()
8146 match emit_flight(&mut self.client) { in advance()
8154 match emit_flight(&mut self.server) { in advance()
8295 pub fn emit_flight( in emit_flight() function
8672 let flight = testing::emit_flight(&mut pipe.client).unwrap(); in handshake_confirmation()
8676 let flight = testing::emit_flight(&mut pipe.server).unwrap(); in handshake_confirmation()
8687 let flight = testing::emit_flight(&mut pipe.client).unwrap(); in handshake_confirmation()
8698 let flight = testing::emit_flight(&mut pipe.server).unwrap(); in handshake_confirmation()
8709 let flight = testing::emit_flight(&mut pipe.client).unwrap(); in handshake_confirmation()
[all …]