Home
last modified time | relevance | path

Searched refs:dlnow (Results 1 – 21 of 21) sorted by relevance

/third_party/curl/docs/examples/
Dprogressfunc.c54 curl_off_t dltotal, curl_off_t dlnow, in xferinfo() argument
79 ulnow, ultotal, dlnow, dltotal); in xferinfo()
81 if(dlnow > STOP_DOWNLOAD_AFTER_THIS_MANY_BYTES) in xferinfo()
89 double dltotal, double dlnow, in older_progress() argument
94 (curl_off_t)dlnow, in older_progress()
Dhiperfifo.c316 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument
323 fprintf(MSG_OUT, "Progress: %s (%g/%g)\n", conn->url, dlnow, dltotal); in prog_cb()
Dghiper.c283 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument
287 MSG_OUT("Progress: %s (%g/%g)\n", conn->url, dlnow, dltotal); in prog_cb()
Devhiperfifo.c320 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument
327 fprintf(MSG_OUT, "Progress: %s (%g/%g)\n", conn->url, dlnow, dltotal); in prog_cb()
Dephiperfifo.c342 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument
349 fprintf(MSG_OUT, "Progress: %s (%g/%g)\n", conn->url, dlnow, dltotal); in prog_cb()
/third_party/curl/tests/libtest/
Dlib599.c27 double dlnow, double ultotal, double ulnow) in progress_callback() argument
33 if((dltotal > 0.0) && (dlnow > dltotal)) { in progress_callback()
35 printf("%.0f > %.0f !!\n", dltotal, dlnow); in progress_callback()
Dlib1513.c35 double dlnow, in progressKiller() argument
41 (void)dlnow; in progressKiller()
Dlib1555.c34 double dlnow, in progressCallback() argument
43 (void)dlnow; in progressCallback()
Dlib578.c31 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() argument
38 (void)dlnow; /* UNUSED */ in progress_callback()
Dlib1553.c31 curl_off_t dltotal, curl_off_t dlnow, in xferinfo() argument
35 (void)dlnow; in xferinfo()
Dlib1540.c37 curl_off_t dlnow, in please_continue() argument
43 (void)dlnow; in please_continue()
Dlib579.c39 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() argument
46 (void)dlnow; /* UNUSED */ in progress_callback()
Dlib670.c68 static int xferinfo(void *clientp, curl_off_t dltotal, curl_off_t dlnow, in xferinfo() argument
74 (void) dlnow; in xferinfo()
/third_party/curl/src/
Dtool_progress.c93 curl_off_t dlnow, in xferinfo_cb() argument
100 per->dlnow = dlnow; in xferinfo_cb()
207 all_dlnow += per->dlnow; in progress_meter()
319 all_dlalready += per->dlnow; in progress_finalize()
Dtool_cb_rea.c62 curl_off_t dltotal, curl_off_t dlnow, in tool_readbusy_cb() argument
69 (void)dlnow; /* unused */ in tool_readbusy_cb()
Dtool_cb_prg.c125 curl_off_t dltotal, curl_off_t dlnow, in tool_progress_cb() argument
150 ((CURL_OFF_T_MAX - bar->initial_size) < (dlnow + ulnow))) in tool_progress_cb()
153 point = dlnow + ulnow + bar->initial_size; in tool_progress_cb()
Dtool_cb_rea.h37 curl_off_t dltotal, curl_off_t dlnow,
Dtool_progress.h28 curl_off_t dlnow,
Dtool_cb_prg.h49 curl_off_t dltotal, curl_off_t dlnow,
Dtool_operate.h62 curl_off_t dlnow; member
/third_party/curl/include/curl/
Dcurl.h224 double dlnow,
233 curl_off_t dlnow,