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

/dovecot/src/auth/
H A Dauth-master-connection.c45 static struct auth_master_connection *auth_master_connections; variable in typeref:struct:auth_master_connection
763 DLLIST_PREPEND(&auth_master_connections, conn);
781 DLLIST_REMOVE(&auth_master_connections, conn);
822 while (auth_master_connections != NULL) {
823 conn = auth_master_connections;

Completed in 12 milliseconds