Home
last modified time | relevance | path

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

/curl/docs/examples/
H A Dprogressfunc.c45 struct myprogress *myp = (struct myprogress *)p; in xferinfo() local
46 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 5 milliseconds