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

/dovecot/src/director/
H A Dauth-connection.c28 static struct auth_connection *auth_connections; variable in typeref:struct:auth_connection
67 DLLIST_PREPEND(&auth_connections, conn);
101 DLLIST_REMOVE(&auth_connections, conn);
131 while (auth_connections != NULL) {
132 struct auth_connection *conn = auth_connections;

Completed in 130 milliseconds