Searched refs:clients_get_count (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/login-common/
H A Dmain.c84 /* clients_get_count() includes all the clients being served.
92 if (clients_get_count() == 0) {
94 } else if (clients_get_count() > 1 || !get_first_client(&client)) {
95 str_printfa(str, "[%u pre-login", clients_get_count() -
H A Dclient-common.h270 unsigned int clients_get_count(void) ATTR_PURE;
H A Dclient-common.c635 unsigned int clients_get_count(void) function

Completed in 620 milliseconds