Home
last modified time | relevance | path

Searched refs:QN_SASL_AUTH (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Dsaslplainmechanism.h29 XmlElement * el = new XmlElement(QN_SASL_AUTH, true); in StartSaslAuth()
Dsaslmechanism.cc22 return new XmlElement(QN_SASL_AUTH, true); in StartSaslAuth()
Dsaslcookiemechanism.h45 XmlElement * el = new XmlElement(QN_SASL_AUTH, true); in StartSaslAuth()
Dconstants.h151 extern const StaticQName QN_SASL_AUTH;
Dconstants.cc180 const StaticQName QN_SASL_AUTH = { NS_SASL, "auth" }; variable