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

/dovecot/src/lib-http/
H A Dhttp-client-peer.c870 unsigned int num_pending, num_urgent, new_connections, working_conn_count; local
954 working_conn_count = array_count(&peer->conns) - closing;
1005 if (pshared->last_failure.tv_sec > 0 && working_conn_count > 0 &&
1006 working_conn_count == connecting) {
1011 if (working_conn_count - connecting + num_urgent >=
1018 } else if (working_conn_count == connecting) {
1028 peer->client->set.max_parallel_connections - working_conn_count) {
1031 peer->client->set.max_parallel_connections - working_conn_count;
1043 new_connections, working_conn_count - connecting,
1050 if (working_conn_count
[all...]

Completed in 11 milliseconds