Lines Matching refs:auth_mechanisms
215 char **auth_mechanisms,
232 if (!dbus_server_set_auth_mechanisms (server, (const char**) auth_mechanisms))
281 char **auth_mechanisms;
289 auth_mechanisms = NULL;
406 auth_mechanisms = dbus_new0 (char*, len + 1);
407 if (auth_mechanisms == NULL)
414 auth_mechanisms[i] = _dbus_strdup (link->data);
415 if (auth_mechanisms[i] == NULL)
423 auth_mechanisms = NULL;
438 else if (!setup_server (context, server, auth_mechanisms, error))
462 else if (!setup_server (context, server, auth_mechanisms, error))
484 dbus_free_string_array (auth_mechanisms);
489 dbus_free_string_array (auth_mechanisms);