Searched refs:get_bytes_with_u8_length (Results 1 – 4 of 4) sorted by relevance
223 pub fn get_bytes_with_u8_length(&mut self) -> Result<Octets> { in get_bytes_with_u8_length() method501 pub fn get_bytes_with_u8_length(&mut self) -> Result<Octets> { in get_bytes_with_u8_length() method
752 while let Ok(proto) = protos.get_bytes_with_u8_length() { in select_alpn()
235 conn_id: b.get_bytes_with_u8_length()?.to_vec(), in from_bytes()
593 while let Ok(proto) = b.get_bytes_with_u8_length() { in set_application_protos()