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

/dovecot/src/director/
H A Ddirector-test.c91 static struct director_connection *director_connections; variable in typeref:struct:director_connection
359 DLLIST_PREPEND(&director_connections, conn);
366 DLLIST_REMOVE(&director_connections, conn);
518 for (conn = director_connections; conn != NULL; conn = conn->next)
523 for (conn = director_connections; i < count; conn = conn->next) {
561 while (director_connections != NULL) {
562 struct director_connection *conn = director_connections;

Completed in 11 milliseconds