Searched refs:host_port (Results 1 – 1 of 1) sorted by relevance
1079 let authority = host_port(&bytes[..end], colon_num)?; in authority_parse()1134 fn host_port(auth: &[u8], colon_num: i32) -> Result<Authority, InvalidUri> { in host_port() function