Searched refs:pctx_ (Results 1 – 2 of 2) sorted by relevance
62 pctx_(pctx), in XmppLoginTask()111 pctx_->RaiseReset(); in Advance()119 pctx_->InternalSendStart(pctx_->user_jid_.domain()); in Advance()143 if (pctx_->tls_needed_ || GetFeature(QN_TLS_STARTTLS) != NULL) { in Advance()163 pctx_->InternalSendStanza(&el); in Advance()179 pctx_->StartTls(pctx_->user_jid_.domain()); in Advance()180 pctx_->tls_needed_ = false; in Advance()202 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted())); in Advance()208 sasl_mech_.reset(pctx_->GetSaslMechanism(choice)); in Advance()219 pctx_->InternalSendStanza(auth); in Advance()[all …]
78 XmppEngineImpl * pctx_; variable