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.c53 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() function
150 test_setopt(curl, CURLOPT_PROGRESSFUNCTION, progress_callback); in test()
/curl/docs/libcurl/opts/
H A DCURLOPT_PROGRESSDATA.md46 static size_t progress_callback(void *clientp,
68 curl_easy_setopt(curl, CURLOPT_PROGRESSFUNCTION, progress_callback);
H A DCURLOPT_PROGRESSFUNCTION.md25 int progress_callback(void *clientp,
32 progress_callback);
92 static size_t progress_callback(void *clientp,
114 curl_easy_setopt(curl, CURLOPT_PROGRESSFUNCTION, progress_callback);
H A DCURLOPT_XFERINFOFUNCTION.md24 int progress_callback(void *clientp,
31 progress_callback);
88 static size_t progress_callback(void *clientp,
114 curl_easy_setopt(curl, CURLOPT_XFERINFOFUNCTION, progress_callback);
/curl/tests/http/clients/
H A Dupload-pausing.c161 static int progress_callback(void *clientp, in progress_callback() function
276 curl_easy_setopt(curl, CURLOPT_XFERINFOFUNCTION, progress_callback); in main()
/curl/docs/libcurl/
H A Dlibcurl-tutorial.md783 int progress_callback(void *clientp,

Completed in 22 milliseconds