OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContinueSSL
(Results
1 - 7
of
7
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.cc
373
if (int err =
ContinueSSL
()) {
374
Error("
ContinueSSL
", err, true);
454
return
ContinueSSL
();
457
int OpenSSLStreamAdapter::
ContinueSSL
() {
458
LOG(LS_INFO) << "
ContinueSSL
";
openssladapter.cc
312
err =
ContinueSSL
();
327
OpenSSLAdapter::
ContinueSSL
() {
328
LOG(LS_INFO) << "
ContinueSSL
";
560
if (int err =
ContinueSSL
()) {
561
Error("
ContinueSSL
", err);
590
if (int err =
ContinueSSL
()) {
591
Error("
ContinueSSL
", err);
schanneladapter.cc
205
SChannelAdapter::
ContinueSSL
() {
206
LOG(LS_VERBOSE) << "
ContinueSSL
";
294
// Note:
ContinueSSL
will result in a Flush, anyway.
295
return impl_->inbuf.empty() ? Flush() :
ContinueSSL
();
668
if (int err =
ContinueSSL
()) {
669
Error("
ContinueSSL
", err);
/external/chromium_org/third_party/libjingle/source/talk/base/
openssladapter.cc
354
err =
ContinueSSL
();
369
OpenSSLAdapter::
ContinueSSL
() {
401
LOG(LS_WARNING) << "
ContinueSSL
-- error " << code;
595
if (int err =
ContinueSSL
()) {
596
Error("
ContinueSSL
", err);
625
if (int err =
ContinueSSL
()) {
626
Error("
ContinueSSL
", err);
opensslstreamadapter.cc
565
if (int err =
ContinueSSL
()) {
566
Error("
ContinueSSL
", err, true);
648
return
ContinueSSL
();
651
int OpenSSLStreamAdapter::
ContinueSSL
() {
652
LOG(LS_VERBOSE) << "
ContinueSSL
";
743
ContinueSSL
();
schanneladapter.cc
205
SChannelAdapter::
ContinueSSL
() {
206
LOG(LS_VERBOSE) << "
ContinueSSL
";
291
// Note:
ContinueSSL
will result in a Flush, anyway.
292
return impl_->inbuf.empty() ? Flush() :
ContinueSSL
();
665
if (int err =
ContinueSSL
()) {
666
Error("
ContinueSSL
", err);
nssstreamadapter.cc
550
return
ContinueSSL
();
553
int NSSStreamAdapter::
ContinueSSL
() {
554
LOG(LS_INFO) << "
ContinueSSL
";
567
Error("
ContinueSSL
", -1, true);
580
Error("
ContinueSSL
", -1, true);
605
Error("
ContinueSSL
", -1, true);
740
if (int err =
ContinueSSL
()) {
741
Error("
ContinueSSL
", err, true);
771
ContinueSSL
();
Completed in 164 milliseconds