Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dmultihandle.h139 long max_host_connections; /* if >0, a fixed limit of the maximum number member
H A Durl.c3427 size_t max_host_connections = Curl_multi_max_host_connections(data->multi); local
3698 if(max_host_connections > 0 && bundle &&
3699 (bundle->num_connections >= max_host_connections)) {
3710 max_host_connections);
H A Dmulti.c3359 multi->max_host_connections = va_arg(param, long);
3730 return multi ? multi->max_host_connections : 0;

Completed in 9 milliseconds