OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_CLOSED
(Results
1 - 7
of
7
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.h
62
// SSL error, and it has an explicit
SSL_CLOSED
state. It should not
103
SSL_CLOSED
// Clean close
146
int ssl_error_code_; // valid when state_ == SSL_ERROR or
SSL_CLOSED
opensslstreamadapter.cc
224
case
SSL_CLOSED
:
281
case
SSL_CLOSED
:
331
ASSERT(state_ ==
SSL_CLOSED
|| state_ == SSL_ERROR);
508
state_ =
SSL_CLOSED
;
/external/chromium_org/third_party/libjingle/source/talk/base/
sslstreamadapterhelper.h
102
SSL_CLOSED
// Clean close
opensslstreamadapter.h
65
// SSL error, and it has an explicit
SSL_CLOSED
state. It should not
132
SSL_CLOSED
// Clean close
181
int ssl_error_code_; // valid when state_ == SSL_ERROR or
SSL_CLOSED
sslstreamadapterhelper.cc
132
ASSERT(state_ ==
SSL_CLOSED
|| state_ == SSL_ERROR);
opensslstreamadapter.cc
379
case
SSL_CLOSED
:
437
case
SSL_CLOSED
:
523
ASSERT(state_ ==
SSL_CLOSED
|| state_ == SSL_ERROR);
716
state_ =
SSL_CLOSED
;
nssstreamadapter.cc
611
state_ =
SSL_CLOSED
;
637
case
SSL_CLOSED
:
686
case
SSL_CLOSED
:
Completed in 92 milliseconds