Searched refs:max_host_connections (Results 1 – 3 of 3) sorted by relevance
126 long max_host_connections; /* if >0, a fixed limit of the maximum number member
3655 size_t max_host_connections = Curl_multi_max_host_connections(data->multi); in create_conn() local3943 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()
2709 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()