Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/base/
Dschanneladapter.h49 int ContinueSSL();
Dsslstreamadapterhelper.h60 int ContinueSSL();
Dopenssladapter.cc336 err = ContinueSSL(); in BeginSSL()
351 OpenSSLAdapter::ContinueSSL() { in ContinueSSL() function in rtc::OpenSSLAdapter
577 if (int err = ContinueSSL()) { in OnReadEvent()
607 if (int err = ContinueSSL()) { in OnWriteEvent()
Dopensslstreamadapter.cc537 if (int err = ContinueSSL()) { in OnEvent()
629 return ContinueSSL(); in BeginSSL()
632 int OpenSSLStreamAdapter::ContinueSSL() { in ContinueSSL() function in rtc::OpenSSLStreamAdapter
724 ContinueSSL(); in OnMessage()
Dopenssladapter.h54 int ContinueSSL();
Dnssstreamadapter.cc538 return ContinueSSL(); in BeginSSL()
541 int NSSStreamAdapter::ContinueSSL() { in ContinueSSL() function in rtc::NSSStreamAdapter
728 if (int err = ContinueSSL()) { in OnEvent()
759 ContinueSSL(); in OnMessage()
Dnssstreamadapter.h93 int ContinueSSL();
Dopensslstreamadapter.h131 int ContinueSSL();
Dschanneladapter.cc189 SChannelAdapter::ContinueSSL() { in ContinueSSL() function in rtc::SChannelAdapter
276 return impl_->inbuf.empty() ? Flush() : ContinueSSL(); in ProcessContext()
649 if (int err = ContinueSSL()) { in OnReadEvent()