Home | History | Annotate | Download | only in opts

Lines Matching full:libcurl

23 .TH CURLOPT_PROGRESSFUNCTION 3 "February 03, 2016" "libcurl 7.58.0" "curl_easy_setopt options"
44 This function gets called by libcurl instead of its internal equivalent with a
50 used by libcurl but is only passed along from the application to the callback.
52 The callback gets told how much data libcurl will transfer and has
54 libcurl expects to download in this transfer. \fIdlnow\fP is the number of
55 bytes downloaded so far. \fIultotal\fP is the total number of bytes libcurl
64 Returning a non-zero value from this callback will cause libcurl to abort the
68 called during periods of idleness unless you call the appropriate libcurl
74 By default, libcurl has an internal progress meter. That's rarely wanted by
79 https://curl.haxx.se/libcurl/c/progressfunc.html