Home | History | Annotate | Download | only in opts

Lines Matching full:libcurl

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