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 29 double lastruntime; member in struct:myprogress
47 if((curtime - myp->lastruntime) >= MINIMAL_PROGRESS_FUNCTIONALITY_INTERVAL) {
48 myp->lastruntime = curtime;
83 prog.lastruntime = 0;

Completed in 143 milliseconds