Searched refs:max_host_connections (Results 1 - 3 of 3) sorted by relevance

/external/curl/lib/
H A Dmultihandle.h121 long max_host_connections; /* if >0, a fixed limit of the maximum number member in struct:Curl_multi
H A Durl.c5761 size_t max_host_connections = Curl_multi_max_host_connections(data->multi); local
6162 if(conn_temp->bundle->num_connections < max_host_connections &&
6213 if(max_host_connections > 0 && bundle &&
6214 (bundle->num_connections >= max_host_connections)) {
6227 max_host_connections);
H A Dmulti.c2672 multi->max_host_connections = va_arg(param, long);
3024 return multi ? multi->max_host_connections : 0;

Completed in 55 milliseconds