Searched defs:HostInternal (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/url/src/ |
D | host.rs | 21 pub(crate) enum HostInternal { enum 28 impl From<Host<String>> for HostInternal { implementation 29 fn from(host: Host<String>) -> HostInternal { in from()
|
D | parser.rs | 955 ) -> 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()
|
D | lib.rs | 2663 ) -> 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
|