Home
last modified time | relevance | path

Searched refs:xferinfo (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/docs/examples/
H A Dprogressfunc.c41 static int xferinfo(void *p, in xferinfo() function
83 curl_easy_setopt(curl, CURLOPT_XFERINFOFUNCTION, xferinfo); in main()
84 /* pass the struct pointer into the xferinfo function */ in main()
/third_party/curl/tests/libtest/
H A Dlib1553.c32 static int xferinfo(void *p, in xferinfo() function
41 fprintf(stderr, "xferinfo fail!\n"); in xferinfo()
74 easy_setopt(curls, CURLOPT_XFERINFOFUNCTION, xferinfo); in test()
H A Dlib670.c74 static int xferinfo(void *clientp, curl_off_t dltotal, curl_off_t dlnow, in xferinfo() function
247 test_setopt(pooh.easy, CURLOPT_XFERINFOFUNCTION, xferinfo); in test()

Completed in 2 milliseconds