HomeSort by relevance Sort by last modified time
    Searched refs:current_speed (Results 1 - 5 of 5) sorted by null

  /external/curl/lib/
speedcheck.c 39 if((data->progress.current_speed >= 0) &&
42 (data->progress.current_speed < data->set.low_speed_limit)) {
progress.c 352 data->progress.current_speed = (curl_off_t)
357 data->progress.current_speed = amount*CURL_OFF_T_C(1000)/span_ms;
362 data->progress.current_speed =
483 max5data(data->progress.current_speed, max5[5]) /* current speed */
urldata.h 1152 curl_off_t current_speed; \/* uses the currently fastest transfer *\/ member in struct:Progress
1253 curl_off_t current_speed; \/* the ProgressShow() funcion sets this, member in struct:UrlState
    [all...]
easy.c 999 data->state.current_speed = -1; /* init to negative == impossible */
url.c 664 data->state.current_speed = -1; /* init to negative == impossible */
    [all...]

Completed in 680 milliseconds