Searched defs:SSLImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dschanneladapter.cc98 struct SChannelAdapter::SSLImpl { struct in class:talk_base::SChannelAdapter
105 SSLImpl() : cred_init(false), ctx_init(false) { } function in struct:talk_base::SChannelAdapter::SSLImpl
111 impl_(new SSLImpl) {
610 impl_ = new SSLImpl;
/external/chromium/third_party/libjingle/source/talk/base/
H A Dschanneladapter.cc98 struct SChannelAdapter::SSLImpl { struct in class:talk_base::SChannelAdapter
105 SSLImpl() : cred_init(false), ctx_init(false) { } function in struct:talk_base::SChannelAdapter::SSLImpl
111 impl_(new SSLImpl) {
613 impl_ = new SSLImpl;

Completed in 1345 milliseconds