HomeSort by relevance Sort by last modified time
    Searched defs:ContinueSSL (Results 1 - 3 of 3) 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);

Completed in 28 milliseconds