Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbusauth.c421 GPtrArray *attempted_auth_mechs, in client_choose_mech_and_send_initial_response() argument
446 for (m = 0; m < attempted_auth_mechs->len; m++) in client_choose_mech_and_send_initial_response()
448 if (g_strcmp0 (supported_auth_mechs[n], attempted_auth_mechs->pdata[m]) == 0) in client_choose_mech_and_send_initial_response()
473 for (n = 0; n < attempted_auth_mechs->len; n++) in client_choose_mech_and_send_initial_response()
477 g_string_append (tried_str, attempted_auth_mechs->pdata[n]); in client_choose_mech_and_send_initial_response()
496 …g_ptr_array_add (attempted_auth_mechs, (gpointer) _g_dbus_auth_mechanism_get_name (auth_mech_to_us… in client_choose_mech_and_send_initial_response()
573 GPtrArray *attempted_auth_mechs; in _g_dbus_auth_run_client() local
584 attempted_auth_mechs = g_ptr_array_new (); in _g_dbus_auth_run_client()
672 attempted_auth_mechs, in _g_dbus_auth_run_client()
856 g_ptr_array_unref (attempted_auth_mechs); in _g_dbus_auth_run_client()