Searched refs:max_host_connections (Results 1 – 3 of 3) sorted by relevance
142 long max_host_connections; /* if >0, a fixed limit of the maximum number member
3396 size_t max_host_connections = Curl_multi_max_host_connections(data->multi); local3742 if(max_host_connections > 0 && bundle &&3743 (bundle->num_connections >= max_host_connections)) {3754 max_host_connections);
3334 multi->max_host_connections = va_arg(param, long);3705 return multi ? multi->max_host_connections : 0;