Searched refs:xferinfo (Results 1 - 3 of 3) sorted by relevance
/third_party/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() 84 /* pass the struct pointer into the xferinfo function */ in main()
|
/third_party/curl/tests/libtest/ |
H A D | lib1553.c | 32 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 D | lib670.c | 74 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