Home
last modified time | relevance | path

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

/external/curl/lib/
Dprogress.c401 int countindex; /* amount of seconds stored in the speeder array */ in Curl_pgrsUpdate() local
422 countindex = ((data->progress.speeder_c >= CURR_TIME)? in Curl_pgrsUpdate()
426 if(countindex) { in Curl_pgrsUpdate()