Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib599.c28 static int progress_callback(void *clientp, double dltotal, in progress_callback() function
68 test_setopt(curl, CURLOPT_PROGRESSFUNCTION, progress_callback); in test()
H A Dlib578.c33 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() function
83 test_setopt(curl, CURLOPT_PROGRESSFUNCTION, progress_callback); in test()
H A Dlib579.c41 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() function
143 test_setopt(curl, CURLOPT_PROGRESSFUNCTION, progress_callback); in test()
/curl/docs/libcurl/opts/
H A DCURLOPT_PROGRESSDATA.md43 static size_t progress_callback(void *clientp,
65 curl_easy_setopt(curl, CURLOPT_PROGRESSFUNCTION, progress_callback);
H A DCURLOPT_PROGRESSFUNCTION.md24 int progress_callback(void *clientp,
31 progress_callback);
88 static size_t progress_callback(void *clientp,
110 curl_easy_setopt(curl, CURLOPT_PROGRESSFUNCTION, progress_callback);
H A DCURLOPT_XFERINFOFUNCTION.md23 int progress_callback(void *clientp,
30 progress_callback);
84 static size_t progress_callback(void *clientp,
110 curl_easy_setopt(curl, CURLOPT_XFERINFOFUNCTION, progress_callback);
/curl/tests/http/clients/
H A Dupload-pausing.c157 static int progress_callback(void *clientp, in progress_callback() function
236 curl_easy_setopt(curl, CURLOPT_XFERINFOFUNCTION, progress_callback); in main()
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md782 int progress_callback(void *clientp,

Completed in 22 milliseconds