Home
last modified time | relevance | path

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

/external/rust/crates/untrusted/src/
Duntrusted.rs143 pub fn read_all<F, R, E>(&self, incomplete_read: E, read: F) -> Result<R, E> in read_all()
152 Err(incomplete_read) in read_all()
191 input: Option<Input<'a>>, incomplete_read: E, read: F, in read_all_optional()
203 Err(incomplete_read) in read_all_optional()
/external/rust/crates/quiche/src/
Dstream.rs1393 fn incomplete_read() { in incomplete_read() function