Home
last modified time | relevance | path

Searched defs:set_hostname (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/ada/
Dada.cpp11997 bool url::set_hostname(const std::string_view input) { in set_hostname() function in ada::url
13779 bool url_aggregator::set_hostname(const std::string_view input) { in set_hostname() function in ada::url_aggregator
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs2500 pub fn set_hostname(&mut self, hostname: &str) -> Result<(), ErrorStack> { in set_hostname() method