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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmultihandle.h107 long max_host_connections; /* if >0, a fixed limit of the maximum number member in struct:Curl_multi
H A Dmulti.c2337 multi->max_host_connections = va_arg(param, long);
2670 return multi ? multi->max_host_connections : 0;
H A Durl.c5074 size_t max_host_connections = Curl_multi_max_host_connections(data->multi); local
5415 if(conn_temp->bundle->num_connections < max_host_connections &&
5454 if(max_host_connections > 0 && bundle &&
5455 (bundle->num_connections >= max_host_connections)) {

Completed in 60 milliseconds