HomeSort by relevance Sort by last modified time
    Searched refs:SSLImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
schanneladapter.h 57 struct SSLImpl;
87 SSLImpl* impl_;
schanneladapter.cc 98 struct SChannelAdapter::SSLImpl {
105 SSLImpl() : cred_init(false), ctx_init(false) { }
111 impl_(new SSLImpl) {
613 impl_ = new SSLImpl;

Completed in 154 milliseconds