Home
last modified time | relevance | path

Searched refs:working_conn_count (Results 1 – 1 of 1) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib-http/
H A Dhttp-client-peer.c913 unsigned int working_conn_count; in http_client_peer_handle_requests_real() local
1003 working_conn_count = array_count(&peer->conns) - closing; in http_client_peer_handle_requests_real()
1058 if (pshared->last_failure.tv_sec > 0 && working_conn_count > 0 && in http_client_peer_handle_requests_real()
1059 working_conn_count == connecting) { in http_client_peer_handle_requests_real()
1064 if ((working_conn_count - connecting + num_urgent) >= in http_client_peer_handle_requests_real()
1072 } else if (working_conn_count == connecting) { in http_client_peer_handle_requests_real()
1084 working_conn_count)) { in http_client_peer_handle_requests_real()
1088 working_conn_count); in http_client_peer_handle_requests_real()
1100 new_connections, working_conn_count - connecting, in http_client_peer_handle_requests_real()
1108 if ((working_conn_count - connecting) >= in http_client_peer_handle_requests_real()