Home
last modified time | relevance | path

Searched refs:speed_limit (Results 1 – 5 of 5) sorted by relevance

/curl/tests/unit/
H A Dunit1606.c51 long speed_limit, in runawhile() argument
60 curl_easy_setopt(easy, CURLOPT_LOW_SPEED_LIMIT, speed_limit); in runawhile()
/curl/lib/
H A Dprogress.h62 curl_off_t speed_limit,
H A Dprogress.c283 curl_off_t speed_limit, in Curl_pgrsLimitWaitTime() argument
290 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()
/curl/tests/http/
H A Dtest_07_upload.py596 speed_limit = 50 * 1024
606 assert (speed_limit * 0.5) <= up_speed <= (speed_limit * 1.5), f'{r.stats[0]}'
615 speed_limit = 50 * 1024
624 assert (speed_limit * 0.5) <= up_speed <= (speed_limit * 1.5), f'{r.stats[0]}'
659 speed_limit = 50 * 1024
668 assert (speed_limit * 0.5) <= up_speed <= (speed_limit * 1.5), f'{r.stats[0]}'
H A Dtest_02_download.py464 speed_limit = 384 * 1024
465 min_duration = math.floor((1024 * 1024)/speed_limit)

Completed in 12 milliseconds