Home
last modified time | relevance | path

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

/external/curl/lib/
Dmultihandle.h123 long max_host_connections; /* if >0, a fixed limit of the maximum number member
Durl.c5990 size_t max_host_connections = Curl_multi_max_host_connections(data->multi); in create_conn() local
6474 if(conn_temp->bundle->num_connections < max_host_connections && in create_conn()
6527 if(max_host_connections > 0 && bundle && in create_conn()
6528 (bundle->num_connections >= max_host_connections)) { in create_conn()
6541 max_host_connections); in create_conn()
Dmulti.c2707 multi->max_host_connections = va_arg(param, long); in curl_multi_setopt()
3069 return multi ? multi->max_host_connections : 0; in Curl_multi_max_host_connections()