Home
last modified time | relevance | path

Searched defs:HostInternal (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/url/src/
Dhost.rs21 pub(crate) enum HostInternal { enum
28 impl From<Host<String>> for HostInternal { implementation
29 fn from(host: Host<String>) -> HostInternal { in from()
Dparser.rs955 ) -> ParseResult<(u32, HostInternal, Option<u16>, Input<'i>)> { in parse_host_and_port() argument
1052 ) -> ParseResult<(bool, HostInternal, Input<'i>)> { in parse_file_host() argument
1369 host: HostInternal, in with_query_and_fragment()
Dlib.rs2663 ) -> Result<(u32, HostInternal), ()> { in path_to_file_url_segments() argument
2690 ) -> Result<(u32, HostInternal), ()> { in path_to_file_url_segments() argument
2699 ) -> Result<(u32, HostInternal), ()> { in path_to_file_url_segments_windows() argument