OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_NONE
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
sslstreamadapterhelper.h
48
state_(
SSL_NONE
),
97
SSL_NONE
,
130
// Go from state
SSL_NONE
to either SSL_CONNECTING or SSL_WAIT,
schanneladapter.h
55
SSL_NONE
, SSL_WAIT, SSL_CONNECTING, SSL_CONNECTED, SSL_ERROR
sslstreamadapterhelper.cc
66
ASSERT(state_ ==
SSL_NONE
);
137
ASSERT(state_ ==
SSL_NONE
);
openssladapter.h
67
SSL_NONE
, SSL_WAIT, SSL_CONNECTING, SSL_CONNECTED, SSL_ERROR
openssladapter.cc
281
state_(
SSL_NONE
),
295
if (state_ !=
SSL_NONE
)
422
state_ =
SSL_NONE
;
447
case
SSL_NONE
:
502
case
SSL_NONE
:
555
state_ = restartable_ ? SSL_WAIT :
SSL_NONE
;
574
ASSERT(state_ ==
SSL_NONE
);
589
if (state_ ==
SSL_NONE
) {
619
if (state_ ==
SSL_NONE
) {
schanneladapter.cc
109
: SSLAdapter(socket), state_(
SSL_NONE
),
120
if (state_ !=
SSL_NONE
)
475
case
SSL_NONE
:
556
case
SSL_NONE
:
611
state_ = restartable_ ? SSL_WAIT :
SSL_NONE
;
632
ASSERT(state_ ==
SSL_NONE
);
645
if (state_ ==
SSL_NONE
) {
673
if (state_ ==
SSL_NONE
) {
695
if ((state_ ==
SSL_NONE
) || impl_->readable.empty()) {
opensslstreamadapter.cc
192
state_(
SSL_NONE
),
279
if (state_ !=
SSL_NONE
)
354
ASSERT(state_ ==
SSL_NONE
);
367
case
SSL_NONE
:
426
case
SSL_NONE
:
548
ASSERT(state_ ==
SSL_NONE
);
562
if (state_ ==
SSL_NONE
) {
595
ASSERT(state_ ==
SSL_NONE
);
opensslstreamadapter.h
127
SSL_NONE
,
142
// Go from state
SSL_NONE
to either SSL_CONNECTING or SSL_WAIT,
nssstreamadapter.cc
629
case
SSL_NONE
:
677
case
SSL_NONE
:
723
ASSERT(state_ ==
SSL_NONE
);
737
if (state_ ==
SSL_NONE
) {
885
if (state_ !=
SSL_NONE
)
/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
98
SSL_NONE
,
114
// Go from state
SSL_NONE
to either SSL_CONNECTING or SSL_WAIT,
openssladapter.cc
239
state_(
SSL_NONE
),
253
if (state_ !=
SSL_NONE
)
387
state_ =
SSL_NONE
;
412
case
SSL_NONE
:
467
case
SSL_NONE
:
520
state_ = restartable_ ? SSL_WAIT :
SSL_NONE
;
539
ASSERT(state_ ==
SSL_NONE
);
554
if (state_ ==
SSL_NONE
) {
584
if (state_ ==
SSL_NONE
) {
schanneladapter.cc
109
: SSLAdapter(socket), state_(
SSL_NONE
),
120
if (state_ !=
SSL_NONE
)
478
case
SSL_NONE
:
559
case
SSL_NONE
:
614
state_ = restartable_ ? SSL_WAIT :
SSL_NONE
;
635
ASSERT(state_ ==
SSL_NONE
);
648
if (state_ ==
SSL_NONE
) {
676
if (state_ ==
SSL_NONE
) {
698
if ((state_ ==
SSL_NONE
) || impl_->readable.empty()) {
opensslstreamadapter.cc
165
state_(
SSL_NONE
),
212
case
SSL_NONE
:
270
case
SSL_NONE
:
356
ASSERT(state_ ==
SSL_NONE
);
370
if (state_ ==
SSL_NONE
) {
403
ASSERT(state_ ==
SSL_NONE
);
Completed in 56 milliseconds