Searched refs:current_speed (Results 1 – 5 of 5) sorted by relevance
39 if((data->progress.current_speed >= 0) && in Curl_speedcheck()42 (data->progress.current_speed < data->set.low_speed_limit)) { in Curl_speedcheck()
352 data->progress.current_speed = (curl_off_t) in Curl_pgrsUpdate()357 data->progress.current_speed = amount*CURL_OFF_T_C(1000)/span_ms; in Curl_pgrsUpdate()362 data->progress.current_speed = in Curl_pgrsUpdate()483 max5data(data->progress.current_speed, max5[5]) /* current speed */ in Curl_pgrsUpdate()
1115 curl_off_t current_speed; /* uses the currently fastest transfer */ member1216 curl_off_t current_speed; /* the ProgressShow() funcion sets this, member
994 data->state.current_speed = -1; /* init to negative == impossible */ in curl_easy_reset()
671 data->state.current_speed = -1; /* init to negative == impossible */ in Curl_open()