Home
last modified time | relevance | path

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

/curl/lib/
H A Dprogress.c417 int nowindex = p->speeder_c% CURR_TIME; in progress_calc()
436 countindex = ((p->speeder_c >= CURR_TIME) ? CURR_TIME : p->speeder_c) - 1; in progress_calc()
447 checkindex = (p->speeder_c >= CURR_TIME) ? p->speeder_c%CURR_TIME : 0; in progress_calc()
H A Durldata.h1095 #define CURR_TIME (5 + 1) /* 6 entries for 5 seconds */ macro
1097 curl_off_t speeder[ CURR_TIME ];
1098 struct curltime speeder_time[ CURR_TIME ];

Completed in 14 milliseconds