Searched refs:CURR_TIME (Results 1 – 2 of 2) sorted by relevance
397 int nowindex = p->speeder_c% CURR_TIME; in progress_calc()416 countindex = ((p->speeder_c >= CURR_TIME)? CURR_TIME:p->speeder_c) - 1; in progress_calc()427 checkindex = (p->speeder_c >= CURR_TIME)? p->speeder_c%CURR_TIME:0; in progress_calc()
1219 #define CURR_TIME (5 + 1) /* 6 entries for 5 seconds */ macro1221 curl_off_t speeder[ CURR_TIME ];1222 struct curltime speeder_time[ CURR_TIME ];