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

Completed in 18 milliseconds