Lines Matching full:libcurl
23 .TH CURLOPT_PROGRESSFUNCTION 3 "17 Jun 2014" "libcurl 7.37.0" "curl_easy_setopt options"
43 This function gets called by libcurl instead of its internal equivalent with a
49 used by libcurl but is only passed along from the application to the callback.
51 The callback gets told how much data libcurl will transfer and has
53 libcurl expects to download in this transfer. \fIdlnow\fP is the number of
54 bytes downloaded so far. \fIultotal\fP is the total number of bytes libcurl
63 Returning a non-zero value from this callback will cause libcurl to abort the
67 called during periods of idleness unless you call the appropriate libcurl
73 By default, libcurl has an internal progress meter. That's rarely wanted by
78 http://curl.haxx.se/libcurl/c/progressfunc.html