Home
last modified time | relevance | path

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

/external/rust/android-crates-io/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.rs946 ) -> ParseResult<(u32, HostInternal, Option<u16>, Input<'i>)> { in parse_host_and_port() argument
1043 ) -> ParseResult<(bool, HostInternal, Input<'i>)> { in parse_file_host() argument
1370 host: HostInternal, in with_query_and_fragment()
Dlib.rs2831 ) -> Result<(u32, HostInternal), ()> { in path_to_file_url_segments() argument
2861 ) -> Result<(u32, HostInternal), ()> { in path_to_file_url_segments() argument
2870 ) -> Result<(u32, HostInternal), ()> { in path_to_file_url_segments_windows() argument