Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Dprogressfunc.c48 TIMETYPE lastruntime; /* type depends on version, see above */ member
66 if((curtime - myp->lastruntime) >= MINIMAL_PROGRESS_FUNCTIONALITY_INTERVAL) { in xferinfo()
67 myp->lastruntime = curtime; in xferinfo()
108 prog.lastruntime = 0; in main()