HomeSort by relevance Sort by last modified time
    Searched refs:pctx_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/libjingle/xmpp/
xmpplogintask.cc 45 pctx_(pctx),
95 pctx_->RaiseReset();
103 pctx_->InternalSendStart(pctx_->user_jid_.domain());
128 if (pctx_->tls_option_ == buzz::TLS_REQUIRED && !tls_present) {
132 if ((pctx_->tls_option_ == buzz::TLS_REQUIRED ||
133 pctx_->tls_option_ == buzz::TLS_ENABLED) && tls_present) {
153 pctx_->InternalSendStanza(&el);
169 pctx_->StartTls(pctx_->user_jid_.domain())
    [all...]
xmpplogintask.h 66 XmppEngineImpl * pctx_; member in class:buzz::XmppLoginTask

Completed in 161 milliseconds