Searched refs:hostname_ (Results 1 – 4 of 4) sorted by relevance
65 hostname_.clear(); in Clear()73 return hostname_.empty() && IPIsUnspec(ip_) && 0 == port_; in IsNil()81 hostname_ = addr.hostname_; in operator =()90 hostname_.clear(); in SetIP()97 hostname_.clear(); in SetIP()104 hostname_ = hostname; in SetIP()142 if (!literal_ && !hostname_.empty()) in HostAsURIString()143 return hostname_; in HostAsURIString()154 if (!literal_ && !hostname_.empty()) in HostAsSensitiveURIString()155 return hostname_; in HostAsSensitiveURIString()[all …]
41 void UseSSL(const char* hostname) { hostname_ = hostname; } in UseSSL()42 void DisableSSL() { hostname_.clear(); } in DisableSSL()68 std::string hostname_, logging_label_; variable
159 http_proxy->SetForceConnect(force_connect_ || !hostname_.empty()); in CreateProxySocket()169 if (!hostname_.empty()) { in CreateProxySocket()178 if (ssl_adapter->StartSSL(hostname_.c_str(), true) != 0) { in CreateProxySocket()
83 const std::string& hostname() const { return hostname_; } in hostname()180 std::string hostname_;