Searched refs:max_host_connections (Results 1 – 3 of 3) sorted by relevance
130 long max_host_connections; /* if >0, a fixed limit of the maximum number member
3607 size_t max_host_connections = Curl_multi_max_host_connections(data->multi); local3949 if(max_host_connections > 0 && bundle &&3950 (bundle->num_connections >= max_host_connections)) {3961 bundlehost, max_host_connections);
3101 multi->max_host_connections = va_arg(param, long);3466 return multi ? multi->max_host_connections : 0;