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

/dovecot/src/auth/
H A Dauth-postfix-connection.c40 static struct auth_postfix_connection *auth_postfix_connections; variable in typeref:struct:auth_postfix_connection
183 DLLIST_PREPEND(&auth_postfix_connections, conn);
197 DLLIST_REMOVE(&auth_postfix_connections, conn);
235 while (auth_postfix_connections != NULL) {
236 conn = auth_postfix_connections;

Completed in 186 milliseconds