Searched refs:path_token (Results 1 – 1 of 1) sorted by relevance
234 let (path, rest) = path_token(rest)?; in from_bytes()842 let (path, rest) = path_token(bytes)?; in from_bytes()1083 fn path_token(bytes: &[u8]) -> Result<(Option<Path>, &[u8]), InvalidUri> { in path_token() function