Searched refs:max_host_connections (Results 1 – 3 of 3) sorted by relevance
139 long max_host_connections; /* if >0, a fixed limit of the maximum number member
3427 size_t max_host_connections = Curl_multi_max_host_connections(data->multi); local3698 if(max_host_connections > 0 && bundle &&3699 (bundle->num_connections >= max_host_connections)) {3710 max_host_connections);
3359 multi->max_host_connections = va_arg(param, long);3730 return multi ? multi->max_host_connections : 0;