Searched refs:cur_rate_bps (Results 1 – 2 of 2) sorted by relevance
67 long Curl_sleep_time(curl_off_t rate_bps, curl_off_t cur_rate_bps,
1244 long Curl_sleep_time(curl_off_t rate_bps, curl_off_t cur_rate_bps, in Curl_sleep_time() argument1257 if(cur_rate_bps > (rate_bps + (rate_bps >> 10))) { in Curl_sleep_time()1262 else if(cur_rate_bps < (rate_bps - (rate_bps >> 10))) { in Curl_sleep_time()