Home
last modified time | relevance | path

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

/external/curl/lib/
Dmultihandle.h126 long max_host_connections; /* if >0, a fixed limit of the maximum number member
Durl.c3655 size_t max_host_connections = Curl_multi_max_host_connections(data->multi); in create_conn() local
3943 if(Curl_conncache_bundle_size(conn_temp) < max_host_connections && in create_conn()
3999 if(max_host_connections > 0 && bundle && in create_conn()
4000 (bundle->num_connections >= max_host_connections)) { in create_conn()
4012 max_host_connections); in create_conn()
Dmulti.c2709 multi->max_host_connections = va_arg(param, long); in curl_multi_setopt()
3074 return multi ? multi->max_host_connections : 0; in Curl_multi_max_host_connections()