Searched defs:auth_client_connections (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/auth/
H A Dauth-client-connection.c33 static struct auth_client_connection *auth_client_connections; variable in typeref:struct:auth_client_connection
350 DLLIST_PREPEND(&auth_client_connections, conn);
379 DLLIST_REMOVE(&auth_client_connections, conn);
441 for (conn = auth_client_connections; conn != NULL; conn = conn->next) {
452 while (auth_client_connections != NULL) {
453 conn = auth_client_connections;

Completed in 130 milliseconds