Searched refs:auth_client_to (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/login-common/
H A Dmain.c56 static struct timeout *auth_client_to; variable in typeref:struct:timeout
132 timeout_remove(&auth_client_to);
137 if (clients == NULL && auth_client_to == NULL) {
138 auth_client_to = timeout_add(AUTH_CLIENT_IDLE_TIMEOUT_MSECS,
179 timeout_remove(&auth_client_to);
487 timeout_remove(&auth_client_to);

Completed in 2747 milliseconds