OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sasl_mech_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/xmpp/
xmpplogintask.cc
72
sasl_mech_
(NULL) {
208
sasl_mech_
.reset(pctx_->GetSaslMechanism(choice));
209
if (
sasl_mech_
.get() == NULL) {
214
XmlElement * auth =
sasl_mech_
->StartSaslAuth();
231
XmlElement * response =
sasl_mech_
->HandleSaslChallenge(element);
xmpplogintask.h
89
talk_base::scoped_ptr<SaslMechanism>
sasl_mech_
;
member in class:buzz::XmppLoginTask
Completed in 21 milliseconds