Home
last modified time | relevance | path

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

/external/curl/lib/
Dspeedcheck.c39 if((data->progress.current_speed >= 0) && in Curl_speedcheck()
42 (data->progress.current_speed < data->set.low_speed_limit)) { in Curl_speedcheck()
Dprogress.c352 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()
Durldata.h1115 curl_off_t current_speed; /* uses the currently fastest transfer */ member
1216 curl_off_t current_speed; /* the ProgressShow() funcion sets this, member
Deasy.c994 data->state.current_speed = -1; /* init to negative == impossible */ in curl_easy_reset()
Durl.c671 data->state.current_speed = -1; /* init to negative == impossible */ in Curl_open()