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

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpplogintask.cc 145 if (pctx_->tls_option_ == buzz::TLS_REQUIRED && !tls_present) {
149 if ((pctx_->tls_option_ == buzz::TLS_REQUIRED ||
150 pctx_->tls_option_ == buzz::TLS_ENABLED) && tls_present) {
187 pctx_->tls_option_ = buzz::TLS_ENABLED;
xmppengineimpl.cc 54 tls_option_(buzz::TLS_REQUIRED),
131 tls_option_ = use_tls;
148 return tls_option_;
xmppengineimpl.h 252 TlsOptions tls_option_; member in class:buzz::XmppEngineImpl

Completed in 216 milliseconds