Searched defs:has_host (Results 1 – 8 of 8) sorted by relevance
39 bool has_host() const { in has_host() function
235 let mut has_host = true; // FIXME account for this? in extend() localVariable
522 let mut has_host = !matches!(host, HostInternal::None); in parse_file() localVariable1044 let has_host; in parse_file_host() localVariable
1076 pub fn has_host(&self) -> bool { in has_host() method1718 let mut has_host = true; // FIXME in set_path() localVariable
112 bool has_host() const { return has_host_; } in has_host() function
208 bool has_host; member
1188 const bool has_host = !rm->host.empty(); in InitTransport() local