Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dprogress.c414 int nowindex = p->speeder_c% CURR_TIME; in progress_calc()
433 countindex = ((p->speeder_c >= CURR_TIME)? CURR_TIME:p->speeder_c) - 1; in progress_calc()
444 checkindex = (p->speeder_c >= CURR_TIME)? p->speeder_c%CURR_TIME:0; in progress_calc()
Durldata.h1193 #define CURR_TIME (5 + 1) /* 6 entries for 5 seconds */ macro
1195 curl_off_t speeder[ CURR_TIME ];
1196 struct curltime speeder_time[ CURR_TIME ];