OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mechanisms
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/libjingle/xmpp/
xmpplogintask.cc
181
// Collect together the SASL auth
mechanisms
presented by the server
182
std::vector<std::string>
mechanisms
;
local
188
mechanisms
.push_back(pelMech->BodyText());
191
// Given all the
mechanisms
, choose the best
192
std::string choice(pctx_->ChooseBestSaslMechanism(
mechanisms
, pctx_->IsEncrypted()));
/external/dbus/bus/
config-parser.c
99
DBusList *
mechanisms
; /**< Auth
mechanisms
*/
member in struct:BusConfigParser
330
while ((link = _dbus_list_pop_first_link (&included->
mechanisms
)))
331
_dbus_list_append_link (&parser->
mechanisms
, link);
512
_dbus_list_foreach (&parser->
mechanisms
,
516
_dbus_list_clear (&parser->
mechanisms
);
[
all
...]
Completed in 193 milliseconds