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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/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:__anon1659
1903 if (!_dbus_list_append (& DBUS_AUTH_CLIENT (auth)->mechs_to_try,
1931 _dbus_list_clear (& DBUS_AUTH_CLIENT (auth)->mechs_to_try);
1950 if (DBUS_AUTH_CLIENT (auth)->mechs_to_try != NULL)
1952 mech = client->mechs_to_try->data;
1957 _dbus_list_pop_first (&client->mechs_to_try);
2359 _dbus_list_clear (& DBUS_AUTH_CLIENT (auth)->mechs_to_try);

Completed in 51 milliseconds