Home | History | Annotate | Download | only in bus

Lines Matching defs:auth_mechanisms

206               char      **auth_mechanisms,
223 if (!dbus_server_set_auth_mechanisms (server, (const char**) auth_mechanisms))
268 char **auth_mechanisms;
276 auth_mechanisms = NULL;
314 auth_mechanisms = dbus_new0 (char*, len + 1);
315 if (auth_mechanisms == NULL)
325 auth_mechanisms[i] = _dbus_strdup (link->data);
326 if (auth_mechanisms[i] == NULL)
336 auth_mechanisms = NULL;
354 else if (!setup_server (context, server, auth_mechanisms, error))
394 dbus_free_string_array (auth_mechanisms);