HomeSort by relevance Sort by last modified time
    Searched full:lastruntime (Results 1 - 1 of 1) sorted by null

  /external/curl/docs/examples/
progressfunc.c 34 double lastruntime; member in struct:myprogress
52 if((curtime - myp->lastruntime) >= MINIMAL_PROGRESS_FUNCTIONALITY_INTERVAL) {
53 myp->lastruntime = curtime;
88 prog.lastruntime = 0;

Completed in 286 milliseconds