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

/dovecot/src/indexer/
H A Dworker-pool.c23 unsigned int connection_count; member in struct:worker_pool
88 pool->connection_count++;
96 i_assert(pool->connection_count > 0);
97 pool->connection_count--;
137 if (pool->connection_count >= max_connections)
/dovecot/src/doveadm/
H A Ddoveadm-who.c23 unsigned int connection_count; member in struct:who_user
140 user->connection_count += line->refcount;
240 doveadm_print(dec2str(user->connection_count));
/dovecot/src/lib-sql/
H A Ddriver-sqlpool.c16 unsigned int connection_count; member in struct:sqlpool_host
195 if (min->connection_count > hosts[i].connection_count) {
238 if (host->connection_count == 0)
268 host->connection_count++;
290 if (host->connection_count >= db->connection_limit)
459 if (host->connection_count > 0)

Completed in 735 milliseconds