OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tls_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/examples/login/
xmppsocket.cc
48
XmppSocket::XmppSocket(bool tls) :
tls_
(tls) {
54
if (
tls_
) {
68
if (
tls_
)
229
if (!
tls_
)
xmppsocket.h
78
bool
tls_
;
member in class:XmppSocket
Completed in 27 milliseconds