Searched refs:get_bytes_with_u8_length (Results 1 – 7 of 7) sorted by relevance
217 pub fn get_bytes_with_u8_length(&mut self) -> Result<Octets<'a>> { in get_bytes_with_u8_length() method508 pub fn get_bytes_with_u8_length(&mut self) -> Result<Octets> { in get_bytes_with_u8_length() method
1131 while let Ok(proto) = protos.get_bytes_with_u8_length() { in select_alpn()
267 conn_id: b.get_bytes_with_u8_length()?.to_vec(), in from_bytes()
945 while let Ok(proto) = b.get_bytes_with_u8_length() { in set_application_protos_wire_format()