Searched refs:myp (Results 1 – 1 of 1) sorted by relevance
45 struct myprogress *myp = (struct myprogress *)p; in xferinfo() local46 CURL *curl = myp->curl; in xferinfo()54 if((curtime - myp->lastruntime) >= MINIMAL_PROGRESS_FUNCTIONALITY_INTERVAL) { in xferinfo()55 myp->lastruntime = curtime; in xferinfo()
Completed in 6 milliseconds