Searched refs:mech_name (Results 1 – 1 of 1) sorted by relevance
1074 const gchar *mech_name; in _g_dbus_auth_run_server() local1083 mech_name = tokens[1]; in _g_dbus_auth_run_server()1089 mech_name = tokens[1]; in _g_dbus_auth_run_server()1109 auth_mech_to_use_gtype = find_mech_by_name (auth, mech_name); in _g_dbus_auth_run_server()1111 (!allow_anonymous && g_strcmp0 (mech_name, "ANONYMOUS") == 0)) in _g_dbus_auth_run_server()