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

  /external/dbus/bus/
bus.h 54 int auth_timeout; /**< How long to wait for an authentication to time out */ member in struct:__anon3142
connection.c 714 int auth_timeout; local
717 auth_timeout = bus_context_get_auth_timeout (connections->context);
737 if (elapsed >= (double) auth_timeout)
745 next_interval = ((double)auth_timeout) - elapsed;
    [all...]
config-parser.c 477 parser->limits.auth_timeout = 30000; /* 30 seconds */
    [all...]
bus.c 1061 return context->limits.auth_timeout;
    [all...]

Completed in 44 milliseconds