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 | 943 ) -> 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()
|
| D | lib.rs | 2682 ) -> 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
|