Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dmultihandle.h142 long max_host_connections; /* if >0, a fixed limit of the maximum number member
Durl.c3396 size_t max_host_connections = Curl_multi_max_host_connections(data->multi); local
3742 if(max_host_connections > 0 && bundle &&
3743 (bundle->num_connections >= max_host_connections)) {
3754 max_host_connections);
Dmulti.c3334 multi->max_host_connections = va_arg(param, long);
3705 return multi ? multi->max_host_connections : 0;