Home | History | Annotate | Download | only in lib

Lines Matching refs:max_host_connections

5990   size_t max_host_connections = Curl_multi_max_host_connections(data->multi);
6474 if(conn_temp->bundle->num_connections < max_host_connections &&
6527 if(max_host_connections > 0 && bundle &&
6528 (bundle->num_connections >= max_host_connections)) {
6541 max_host_connections);