Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_cb_prg.c147 else if((tvdiff(now, bar->prevtime) < 100L) && point < total) in tool_progress_cb()
153 if(tvdiff(now, bar->prevtime) < 100L) in tool_progress_cb()
187 bar->prevtime = now; in tool_progress_cb()
Dtool_cb_prg.h32 struct timeval prevtime; member