OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_CONNECTED
(Results
1 - 6
of
6
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
schanneladapter.h
55
SSL_NONE, SSL_WAIT, SSL_CONNECTING,
SSL_CONNECTED
, SSL_ERROR
openssladapter.h
67
SSL_NONE, SSL_WAIT, SSL_CONNECTING,
SSL_CONNECTED
, SSL_ERROR
opensslstreamadapter.h
101
SSL_CONNECTED
, // SSL stream successfully established
opensslstreamadapter.cc
220
case
SSL_CONNECTED
:
278
case
SSL_CONNECTED
:
340
case
SSL_CONNECTED
:
377
} else if (state_ ==
SSL_CONNECTED
) {
473
state_ =
SSL_CONNECTED
;
schanneladapter.cc
308
state_ =
SSL_CONNECTED
;
486
case
SSL_CONNECTED
:
567
case
SSL_CONNECTED
:
601
if (state_ ==
SSL_CONNECTED
) {
661
if (state_ ==
SSL_CONNECTED
) {
691
if (state_ ==
SSL_CONNECTED
) {
openssladapter.cc
344
state_ =
SSL_CONNECTED
;
420
case
SSL_CONNECTED
:
475
case
SSL_CONNECTED
:
566
if (state_ !=
SSL_CONNECTED
)
596
if (state_ !=
SSL_CONNECTED
)
Completed in 72 milliseconds