Searched defs:mechs_to_try (Results 1 - 1 of 1) sorted by relevance

/external/dbus/dbus/
H A Ddbus-auth.c203 DBusList *mechs_to_try; /**< Mechanisms we got from the server that we're going to try using */ member in struct:__anon4986
1915 if (!_dbus_list_append (& DBUS_AUTH_CLIENT (auth)->mechs_to_try,
1943 _dbus_list_clear (& DBUS_AUTH_CLIENT (auth)->mechs_to_try);
1962 if (DBUS_AUTH_CLIENT (auth)->mechs_to_try != NULL)
1964 mech = client->mechs_to_try->data;
1969 _dbus_list_pop_first (&client->mechs_to_try);
2371 _dbus_list_clear (& DBUS_AUTH_CLIENT (auth)->mechs_to_try);

Completed in 198 milliseconds