Searched refs:tls_option_ (Results 1 – 3 of 3) sorted by relevance
128 if (pctx_->tls_option_ == buzz::TLS_REQUIRED && !tls_present) { in Advance()132 if ((pctx_->tls_option_ == buzz::TLS_REQUIRED || in Advance()133 pctx_->tls_option_ == buzz::TLS_ENABLED) && tls_present) { in Advance()170 pctx_->tls_option_ = buzz::TLS_ENABLED; in Advance()
37 tls_option_(buzz::TLS_REQUIRED), in XmppEngineImpl()114 tls_option_ = use_tls; in SetTls()131 return tls_option_; in GetTls()
233 TlsOptions tls_option_; variable