Home
last modified time | relevance | path

Searched refs:pctx_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dxmpplogintask.cc62 pctx_(pctx), in XmppLoginTask()
112 pctx_->RaiseReset(); in Advance()
120 pctx_->InternalSendStart(pctx_->user_jid_.domain()); in Advance()
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()
170 pctx_->InternalSendStanza(&el); in Advance()
186 pctx_->StartTls(pctx_->user_jid_.domain()); in Advance()
187 pctx_->tls_option_ = buzz::TLS_ENABLED; in Advance()
209 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted())); in Advance()
[all …]
Dxmpplogintask.h83 XmppEngineImpl * pctx_; variable