Home
last modified time | relevance | path

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

/curl/docs/examples/
H A Dprogressfunc.c36 curl_off_t lastruntime; /* type depends on version, see above */ member
54 if((curtime - myp->lastruntime) >= MINIMAL_PROGRESS_FUNCTIONALITY_INTERVAL) { in xferinfo()
55 myp->lastruntime = curtime; in xferinfo()
78 prog.lastruntime = 0; in main()

Completed in 6 milliseconds