Lines Matching defs:new_connections
870 unsigned int num_pending, num_urgent, new_connections, working_conn_count;
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_count - connecting,
1045 http_client_peer_connect(peer, new_connections);