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

/dovecot/src/config/
H A Dconfig-connection.c35 static struct config_connection *config_connections = NULL; variable in typeref:struct:config_connection
202 DLLIST_PREPEND(&config_connections, conn);
208 DLLIST_REMOVE(&config_connections, conn);
222 while (config_connections != NULL)
223 config_connection_destroy(config_connections);

Completed in 826 milliseconds