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.rs943 ) -> ParseResult<(u32, HostInternal, Option<u16>, Input<'i>)> { in parse_host_and_port() argument
1040 ) -> ParseResult<(bool, HostInternal, Input<'i>)> { in parse_file_host() argument
1355 host: HostInternal, in with_query_and_fragment()
Dlib.rs2682 ) -> Result<(u32, HostInternal), ()> { in path_to_file_url_segments() argument
2712 ) -> Result<(u32, HostInternal), ()> { in path_to_file_url_segments() argument
2721 ) -> Result<(u32, HostInternal), ()> { in path_to_file_url_segments_windows() argument