OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_NONE
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/webrtc/base/
sslstreamadapterhelper.h
31
state_(
SSL_NONE
),
79
SSL_NONE
,
110
// Go from state
SSL_NONE
to either SSL_CONNECTING or SSL_WAIT,
schanneladapter.h
38
SSL_NONE
, SSL_WAIT, SSL_CONNECTING, SSL_CONNECTED, SSL_ERROR
sslstreamadapterhelper.cc
48
ASSERT(state_ ==
SSL_NONE
);
112
ASSERT(state_ ==
SSL_NONE
);
openssladapter.h
50
SSL_NONE
, SSL_WAIT, SSL_CONNECTING, SSL_CONNECTED, SSL_ERROR
openssladapter.cc
263
state_(
SSL_NONE
),
277
if (state_ !=
SSL_NONE
)
404
state_ =
SSL_NONE
;
429
case
SSL_NONE
:
484
case
SSL_NONE
:
537
state_ = restartable_ ? SSL_WAIT :
SSL_NONE
;
556
ASSERT(state_ ==
SSL_NONE
);
571
if (state_ ==
SSL_NONE
) {
601
if (state_ ==
SSL_NONE
) {
schanneladapter.cc
92
: SSLAdapter(socket), state_(
SSL_NONE
),
103
if (state_ !=
SSL_NONE
)
459
case
SSL_NONE
:
540
case
SSL_NONE
:
595
state_ = restartable_ ? SSL_WAIT :
SSL_NONE
;
616
ASSERT(state_ ==
SSL_NONE
);
629
if (state_ ==
SSL_NONE
) {
657
if (state_ ==
SSL_NONE
) {
679
if ((state_ ==
SSL_NONE
) || impl_->readable.empty()) {
opensslstreamadapter.cc
171
state_(
SSL_NONE
),
252
if (state_ !=
SSL_NONE
)
326
ASSERT(state_ ==
SSL_NONE
);
339
case
SSL_NONE
:
398
case
SSL_NONE
:
520
ASSERT(state_ ==
SSL_NONE
);
534
if (state_ ==
SSL_NONE
) {
567
ASSERT(state_ ==
SSL_NONE
);
opensslstreamadapter.h
109
SSL_NONE
,
124
// Go from state
SSL_NONE
to either SSL_CONNECTING or SSL_WAIT,
nssstreamadapter.cc
617
case
SSL_NONE
:
665
case
SSL_NONE
:
711
ASSERT(state_ ==
SSL_NONE
);
725
if (state_ ==
SSL_NONE
) {
893
if (state_ !=
SSL_NONE
)
Completed in 1779 milliseconds