Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dprogress.c396 int countindex; /* amount of seconds stored in the speeder array */ in progress_calc() local
416 countindex = ((p->speeder_c >= CURR_TIME)? CURR_TIME:p->speeder_c) - 1; in progress_calc()
419 if(countindex) { in progress_calc()