Home | History | Annotate | Download | only in bus

Lines Matching refs:auth_mechanisms

226               char      **auth_mechanisms,
243 if (!dbus_server_set_auth_mechanisms (server, (const char**) auth_mechanisms))
292 char **auth_mechanisms;
300 auth_mechanisms = NULL;
399 auth_mechanisms = dbus_new0 (char*, len + 1);
400 if (auth_mechanisms == NULL)
407 auth_mechanisms[i] = _dbus_strdup (link->data);
408 if (auth_mechanisms[i] == NULL)
415 auth_mechanisms = NULL;
430 else if (!setup_server (context, server, auth_mechanisms, error))
454 else if (!setup_server (context, server, auth_mechanisms, error))
476 dbus_free_string_array (auth_mechanisms);
481 dbus_free_string_array (auth_mechanisms);