Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dlib.rs8132 process_flight(&mut self.server, flight)?; in handshake()
8135 process_flight(&mut self.client, flight)?; in handshake()
8147 Ok(flight) => process_flight(&mut self.server, flight)?, in advance()
8155 Ok(flight) => process_flight(&mut self.client, flight)?, in advance()
8251 pub fn process_flight( in process_flight() function
8673 testing::process_flight(&mut pipe.server, flight).unwrap(); in handshake_confirmation()
8684 testing::process_flight(&mut pipe.client, flight).unwrap(); in handshake_confirmation()
8695 testing::process_flight(&mut pipe.server, flight).unwrap(); in handshake_confirmation()
8706 testing::process_flight(&mut pipe.client, flight).unwrap(); in handshake_confirmation()
8717 testing::process_flight(&mut pipe.server, flight).unwrap(); in handshake_confirmation()
[all …]