OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostname_
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/base/
socketaddress.cc
65
hostname_
.clear();
73
return
hostname_
.empty() && IPIsUnspec(ip_) && 0 == port_;
81
hostname_
= addr.
hostname_
;
90
hostname_
.clear();
97
hostname_
.clear();
104
hostname_
= hostname;
142
if (!literal_ && !
hostname_
.empty())
143
return
hostname_
;
154
if (!literal_ && !
hostname_
.empty()
[
all
...]
sslsocketfactory.h
41
void UseSSL(const char* hostname) {
hostname_
= hostname; }
42
void DisableSSL() {
hostname_
.clear(); }
68
std::string
hostname_
, logging_label_;
member in class:rtc::SslSocketFactory
socketaddress.h
83
const std::string& hostname() const { return
hostname_
; }
180
std::string
hostname_
;
member in class:rtc::SocketAddress
184
bool literal_; // Indicates that '
hostname_
' contains a literal IP string.
sslsocketfactory.cc
159
http_proxy->SetForceConnect(force_connect_ || !
hostname_
.empty());
169
if (!
hostname_
.empty()) {
178
if (ssl_adapter->StartSSL(
hostname_
.c_str(), true) != 0) {
Completed in 2696 milliseconds