Searched refs:xferinfo (Results 1 – 3 of 3) sorted by relevance
/curl/docs/examples/ |
H A D | progressfunc.c | 41 static int xferinfo(void *p, in xferinfo() function 83 curl_easy_setopt(curl, CURLOPT_XFERINFOFUNCTION, xferinfo); in main()
|
/curl/tests/libtest/ |
H A D | lib1553.c | 33 static int xferinfo(void *p, in xferinfo() function 75 easy_setopt(curls, CURLOPT_XFERINFOFUNCTION, xferinfo); in test()
|
H A D | lib670.c | 69 static int xferinfo(void *clientp, curl_off_t dltotal, curl_off_t dlnow, in xferinfo() function 244 test_setopt(pooh.easy, CURLOPT_XFERINFOFUNCTION, xferinfo); in test()
|
Completed in 7 milliseconds