Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dprogress.c416 int nowindex = p->speeder_c% CURR_TIME; in progress_calc()
435 countindex = ((p->speeder_c >= CURR_TIME)? CURR_TIME:p->speeder_c) - 1; in progress_calc()
444 Get the oldest entry possible. While we have less than CURR_TIME in progress_calc()
446 checkindex = (p->speeder_c >= CURR_TIME)? p->speeder_c%CURR_TIME:0; in progress_calc()
H A Durldata.h1203 #define CURR_TIME (5 + 1) /* 6 entries for 5 seconds */ macro
1205 curl_off_t speeder[ CURR_TIME ];
1206 struct curltime speeder_time[ CURR_TIME ];

Completed in 6 milliseconds