Home
last modified time | relevance | path

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

/third_party/curl/docs/examples/
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()
/third_party/node/deps/openssl/openssl/apps/
Ds_server.c3219 const char *myp; in www_body() local
3220 for (myp = local_argv[i]; *myp; myp++) in www_body()
3221 switch (*myp) { in www_body()
3232 BIO_write(io, myp, 1); in www_body()
/third_party/openssl/apps/
Ds_server.c3214 const char *myp; in www_body() local
3215 for (myp = local_argv[i]; *myp; myp++) in www_body()
3216 switch (*myp) { in www_body()
3227 BIO_write(io, myp, 1); in www_body()