Searched defs:new_connections (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
1009 new_connections = 0;
1014 new_connections = (num_urgent > connecting ? num_urgent - connecting : 0);
1017 new_connections = 0;
1022 new_connections =
1025 new_connections = (connecting == 0 ? 1 : 0);
1030 new_connections =
1034 new_connections = num_pending - connecting;
1039 if (new_connections > 0) {
1043 new_connections, working_conn_coun
[all...]

Completed in 14 milliseconds