Searched refs:total_limit (Results 1 – 1 of 1) sorted by relevance
287 size_t total_limit = 0; in Curl_cpool_check_limits() local295 total_limit = data->multi->max_total_connections; in Curl_cpool_check_limits()298 if(!dest_limit && !total_limit) in Curl_cpool_check_limits()327 if(total_limit) { in Curl_cpool_check_limits()328 while(cpool->num_conn >= total_limit) { in Curl_cpool_check_limits()336 oldest_idle->connection_id, cpool->num_conn, total_limit)); in Curl_cpool_check_limits()339 if(cpool->num_conn >= total_limit) { in Curl_cpool_check_limits()
Completed in 23 milliseconds