Searched refs:current_speed (Results 1 – 6 of 6) sorted by relevance
42 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()
452 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()
1151 curl_off_t current_speed; /* uses the currently fastest transfer */ member1309 curl_off_t current_speed; /* the ProgressShow() function sets this, member
959 data->state.current_speed = -1; /* init to negative == impossible */ in curl_easy_reset()
650 data->state.current_speed = -1; /* init to negative == impossible */ in Curl_open()
62 easy->progress.current_speed = speed; in runawhile()