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

/dovecot/src/lib-ldap/
H A Dldap-connection-pool.c10 unsigned int conn_count; member in struct:ldap_connection_pool
19 pool->conn_count--;
32 for (; list != NULL && pool->conn_count > max_count; list = next) {
84 pool->conn_count++;
/dovecot/src/login-common/
H A Dsasl-server.c185 unsigned int conn_count; local
188 conn_count = 0;
189 if (reply != NULL && str_to_uint(reply, &conn_count) < 0)
194 if (reply == NULL || conn_count < set->mail_max_userip_connections) {

Completed in 16 milliseconds