Lines Matching refs:set_hostname
11997 bool url::set_hostname(const std::string_view input) {
12560 // TODO: Get rid of set_hostname and replace it with
12562 url.set_hostname(base_url->get_hostname());
12630 // TODO: Get rid of set_hostname and replace it with
12632 url.set_hostname(base_url->get_hostname());
12979 // TODO: Get rid of set_hostname and replace it with
12981 url.set_hostname(base_url->get_hostname());
13779 bool url_aggregator::set_hostname(const std::string_view input) {
13780 ada_log("url_aggregator::set_hostname '", input, "'");
15156 return r->set_hostname(std::string_view(input, length));