HomeSort by relevance Sort by last modified time
    Searched defs:auth_mechanisms (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-server-protected.h 85 char **auth_mechanisms; /**< Array of allowed authentication mechanisms */ member in struct:DBusServer
  /external/dbus/bus/
bus.c 215 char **auth_mechanisms,
232 if (!dbus_server_set_auth_mechanisms (server, (const char**) auth_mechanisms))
281 char **auth_mechanisms; local
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)
    [all...]

Completed in 58 milliseconds