Home
last modified time | relevance | path

Searched refs:current_speed (Results 1 – 6 of 6) sorted by relevance

/curl/lib/
H A Dspeedcheck.c48 if((data->progress.current_speed >= 0) && data->set.low_speed_time) { in Curl_speedcheck()
49 if(data->progress.current_speed < data->set.low_speed_limit) { in Curl_speedcheck()
H A Dprogress.c460 p->current_speed = (curl_off_t) in progress_calc()
465 p->current_speed = amount*CURL_OFF_T_C(1000)/span_ms; in progress_calc()
469 p->current_speed = p->ul.speed + p->dl.speed; in progress_calc()
569 max5data(p->current_speed, max5[5]) in progress_meter()
H A Durldata.h1073 curl_off_t current_speed; /* uses the currently fastest transfer */ member
1223 curl_off_t current_speed; /* the ProgressShow() function sets this, member
H A Deasy.c1090 data->state.current_speed = -1; /* init to negative == impossible */ in curl_easy_reset()
H A Durl.c545 data->state.current_speed = -1; /* init to negative == impossible */ in Curl_open()
/curl/tests/unit/
H A Dunit1606.c66 easy->progress.current_speed = speed; in runawhile()

Completed in 27 milliseconds