Searched refs:speed_limit (Results 1 – 5 of 5) sorted by relevance
51 long speed_limit, in runawhile() argument60 curl_easy_setopt(easy, CURLOPT_LOW_SPEED_LIMIT, speed_limit); in runawhile()
62 curl_off_t speed_limit,
283 curl_off_t speed_limit, in Curl_pgrsLimitWaitTime() argument290 if(!speed_limit || !size) in Curl_pgrsLimitWaitTime()298 minimum = (timediff_t) (CURL_OFF_T_C(1000) * size / speed_limit); in Curl_pgrsLimitWaitTime()300 minimum = (timediff_t) (size / speed_limit); in Curl_pgrsLimitWaitTime()
616 speed_limit = 50 * 1024626 assert (speed_limit * 0.5) <= up_speed <= (speed_limit * 1.5), f'{r.stats[0]}'635 speed_limit = 50 * 1024644 assert (speed_limit * 0.5) <= up_speed <= (speed_limit * 1.5), f'{r.stats[0]}'
462 speed_limit = 384 * 1024463 min_duration = math.floor((1024 * 1024)/speed_limit)
Completed in 30 milliseconds