Home
last modified time | relevance | path

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

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