Home
last modified time | relevance | path

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

/external/curl/lib/
Dspeedcheck.c42 if((data->progress.current_speed >= 0) && data->set.low_speed_time) { in Curl_speedcheck()
43 if(data->progress.current_speed < data->set.low_speed_limit) { in Curl_speedcheck()
Dprogress.c452 data->progress.current_speed = (curl_off_t) in progress_calc()
457 data->progress.current_speed = amount*CURL_OFF_T_C(1000)/span_ms; in progress_calc()
462 data->progress.current_speed = in progress_calc()
570 max5data(data->progress.current_speed, max5[5]) in progress_meter()
Durldata.h1151 curl_off_t current_speed; /* uses the currently fastest transfer */ member
1309 curl_off_t current_speed; /* the ProgressShow() function sets this, member
Deasy.c959 data->state.current_speed = -1; /* init to negative == impossible */ in curl_easy_reset()
Durl.c650 data->state.current_speed = -1; /* init to negative == impossible */ in Curl_open()
/external/curl/tests/unit/
Dunit1606.c62 easy->progress.current_speed = speed; in runawhile()