Sortix 1.1dev ports manual
This manual documents Sortix 1.1dev ports. You can instead view this document in the latest official manual.
CURLOPT_PROGRESSFUNCTION(3) | curl_easy_setopt options | CURLOPT_PROGRESSFUNCTION(3) |
NAME
CURLOPT_PROGRESSFUNCTION - callback to progress meter functionSYNOPSIS
#include <curl/curl.h>double dltotal,
double dlnow,
double ultotal,
double ulnow);
DESCRIPTION
Pass a pointer to your callback function, which should match the prototype shown above.DEFAULT
By default, libcurl has an internal progress meter. That's rarely wanted by users.PROTOCOLS
AllEXAMPLE
https://curl.haxx.se/libcurl/c/progressfunc.htmlAVAILABILITY
AlwaysRETURN VALUE
Returns CURLE_OK.SEE ALSO
CURLOPT_VERBOSE(3), CURLOPT_NOPROGRESS(3),November 26, 2019 | libcurl 7.69.0 |