Home
last modified time | relevance | path

Searched refs:set_ip_host (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/url/tests/
Dunit.rs621 .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()
/external/rust/crates/url/src/
Dlib.rs1947 pub fn set_ip_host(&mut self, address: IpAddr) -> Result<(), ()> { in set_ip_host() method