OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hostname_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
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.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
Completed in 89 milliseconds