Searched refs:authority_token (Results 1 – 1 of 1) sorted by relevance
233 let (authority, rest) = authority_token(rest)?; in from_bytes()652 let (authority, rest) = authority_token(bytes)?; in from_bytes()1012 fn authority_token(bytes: &[u8]) -> Result<(Option<Authority>, &[u8]), InvalidUri> { in authority_token() function