Searched refs:tls_option_ (Results 1 – 3 of 3) sorted by relevance
145 if (pctx_->tls_option_ == buzz::TLS_REQUIRED && !tls_present) { in Advance()149 if ((pctx_->tls_option_ == buzz::TLS_REQUIRED || in Advance()150 pctx_->tls_option_ == buzz::TLS_ENABLED) && tls_present) { in Advance()187 pctx_->tls_option_ = buzz::TLS_ENABLED; in Advance()
54 tls_option_(buzz::TLS_REQUIRED), in XmppEngineImpl()131 tls_option_ = use_tls; in SetTls()148 return tls_option_; in GetTls()
250 TlsOptions tls_option_; variable