Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Doctets.rs223 pub fn get_bytes_with_u8_length(&mut self) -> Result<Octets> { in get_bytes_with_u8_length() method
501 pub fn get_bytes_with_u8_length(&mut self) -> Result<Octets> { in get_bytes_with_u8_length() method
Dtls.rs752 while let Ok(proto) = protos.get_bytes_with_u8_length() { in select_alpn()
Dframe.rs235 conn_id: b.get_bytes_with_u8_length()?.to_vec(), in from_bytes()
Dlib.rs593 while let Ok(proto) = b.get_bytes_with_u8_length() { in set_application_protos()