HomeSort by relevance Sort by last modified time
    Searched full:nowindex (Results 1 - 1 of 1) sorted by null

  /external/curl/lib/
progress.c 273 int nowindex = data->progress.speeder_c% CURR_TIME; local
309 of the dl/ul speeds. Store the faster speed at entry 'nowindex'. */
310 data->progress.speeder[ nowindex ] =
315 data->progress.speeder_time [ nowindex ] = now;
332 /* Get the index position to compare with the 'nowindex' position.
346 curl_off_t amount = data->progress.speeder[nowindex]-

Completed in 74 milliseconds