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 56 int auth_timeout; /**< How long to wait for an authentication to time out */ member in struct:__anon5123
connection.c 791 int auth_timeout; local
794 auth_timeout = bus_context_get_auth_timeout (connections->context);
814 if (elapsed >= (double) auth_timeout)
822 next_interval = ((double)auth_timeout) - elapsed;
    [all...]
config-parser.c 429 parser->limits.auth_timeout = 30000; /* 30 seconds */
    [all...]
bus.c 1218 return context->limits.auth_timeout;
    [all...]

Completed in 2592 milliseconds