Searched refs:set_ip_host (Results 1 – 2 of 2) sorted by relevance
621 .set_ip_host("127.0.0.1".parse().unwrap()) in test_no_base_url()687 url.set_ip_host("127.0.0.1".parse().unwrap()).unwrap(); in test_set_ip_host()690 url.set_ip_host("::1".parse().unwrap()).unwrap(); in test_set_ip_host()
1947 pub fn set_ip_host(&mut self, address: IpAddr) -> Result<(), ()> { in set_ip_host() method