Searched refs:ContinueSSL (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dopenssladapter.h54 int ContinueSSL();
H A Dschanneladapter.h49 int ContinueSSL();
H A Dsslstreamadapterhelper.h60 int ContinueSSL();
H A Dnssstreamadapter.h93 int ContinueSSL();
H A Dopensslstreamadapter.h131 int ContinueSSL();
H A Dnssstreamadapter.cc538 return ContinueSSL();
541 int NSSStreamAdapter::ContinueSSL() { function in class:rtc::NSSStreamAdapter
542 LOG(LS_INFO) << "ContinueSSL";
555 Error("ContinueSSL", -1, true);
568 Error("ContinueSSL", -1, true);
593 Error("ContinueSSL", -1, true);
728 if (int err = ContinueSSL()) {
729 Error("ContinueSSL", err, true);
759 ContinueSSL();
H A Dopenssladapter.cc336 err = ContinueSSL();
351 OpenSSLAdapter::ContinueSSL() { function in class:rtc::OpenSSLAdapter
383 LOG(LS_WARNING) << "ContinueSSL -- error " << code;
577 if (int err = ContinueSSL()) {
578 Error("ContinueSSL", err);
607 if (int err = ContinueSSL()) {
608 Error("ContinueSSL", err);
H A Dopensslstreamadapter.cc537 if (int err = ContinueSSL()) {
538 Error("ContinueSSL", err, true);
629 return ContinueSSL();
632 int OpenSSLStreamAdapter::ContinueSSL() { function in class:rtc::OpenSSLStreamAdapter
633 LOG(LS_VERBOSE) << "ContinueSSL";
724 ContinueSSL();
H A Dschanneladapter.cc189 SChannelAdapter::ContinueSSL() { function in class:rtc::SChannelAdapter
190 LOG(LS_VERBOSE) << "ContinueSSL";
275 // Note: ContinueSSL will result in a Flush, anyway.
276 return impl_->inbuf.empty() ? Flush() : ContinueSSL();
649 if (int err = ContinueSSL()) {
650 Error("ContinueSSL", err);

Completed in 849 milliseconds