Searched refs:pctx_ (Results 1 – 2 of 2) sorted by relevance
45 pctx_(pctx), in XmppLoginTask()95 pctx_->RaiseReset(); in Advance()103 pctx_->InternalSendStart(pctx_->user_jid_.domain()); in Advance()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()153 pctx_->InternalSendStanza(&el); in Advance()169 pctx_->StartTls(pctx_->user_jid_.domain()); in Advance()170 pctx_->tls_option_ = buzz::TLS_ENABLED; in Advance()192 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted())); in Advance()[all …]
66 XmppEngineImpl * pctx_; variable