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

  /external/dbus/dbus/
dbus-transport-protected.h 103 DBusAllowUnixUserFunction unix_user_function; /**< Function for checking whether a user is authorized. */ member in struct:DBusTransport
104 void *unix_user_data; /**< Data for unix_user_function */
dbus-transport.c 171 transport->unix_user_function = NULL;
531 DBusAllowUnixUserFunction unix_user_function; local
541 unix_user_function = transport->unix_user_function;
548 allow = (* unix_user_function) (connection,
687 * @todo we drop connection->mutex when calling the unix_user_function,
769 if (transport->unix_user_function != NULL &&
    [all...]

Completed in 125 milliseconds