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

  /external/dbus/bus/
bus.c 226 char **auth_mechanisms,
243 if (!dbus_server_set_auth_mechanisms (server, (const char**) auth_mechanisms))
292 char **auth_mechanisms; local
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)
    [all...]
  /external/dbus/dbus/
dbus-server-protected.h 83 char **auth_mechanisms; /**< Array of allowed authentication mechanisms */ member in struct:DBusServer
dbus-server.c 191 dbus_free_string_array (server->auth_mechanisms);
1020 dbus_free_string_array (server->auth_mechanisms);
1021 server->auth_mechanisms = copy;
    [all...]
dbus-server-debug-pipe.c 285 (const char**) server->auth_mechanisms))
dbus-server-socket.c 115 (const char **) server->auth_mechanisms))

Completed in 77 milliseconds