/third_party/curl/tests/libtest/ |
D | lib599.c | 29 double dlnow, double ultotal, double ulnow) in progress_callback() argument 35 if((dltotal > 0.0) && (dlnow > dltotal)) { in progress_callback() 37 printf("%.0f > %.0f !!\n", dltotal, dlnow); in progress_callback()
|
D | lib1513.c | 37 double dlnow, in progressKiller() argument 43 (void)dlnow; in progressKiller()
|
D | lib1555.c | 36 double dlnow, in progressCallback() argument 45 (void)dlnow; in progressCallback()
|
D | lib578.c | 33 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() argument 40 (void)dlnow; /* UNUSED */ in progress_callback()
|
D | lib1553.c | 33 curl_off_t dltotal, curl_off_t dlnow, in xferinfo() argument 37 (void)dlnow; in xferinfo()
|
D | lib1540.c | 39 curl_off_t dlnow, in please_continue() argument 45 (void)dlnow; in please_continue()
|
D | lib579.c | 41 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() argument 48 (void)dlnow; /* UNUSED */ in progress_callback()
|
D | lib670.c | 74 static int xferinfo(void *clientp, curl_off_t dltotal, curl_off_t dlnow, in xferinfo() argument 80 (void) dlnow; in xferinfo()
|
/third_party/curl/docs/examples/ |
D | progressfunc.c | 42 curl_off_t dltotal, curl_off_t dlnow, in xferinfo() argument 63 (unsigned long)dlnow, (unsigned long)dltotal); in xferinfo() 65 if(dlnow > STOP_DOWNLOAD_AFTER_THIS_MANY_BYTES) in xferinfo()
|
D | hiperfifo.c | 318 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument 325 fprintf(MSG_OUT, "Progress: %s (%g/%g)\n", conn->url, dlnow, dltotal); in prog_cb()
|
D | ghiper.c | 285 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument 289 MSG_OUT("Progress: %s (%g/%g)\n", conn->url, dlnow, dltotal); in prog_cb()
|
D | evhiperfifo.c | 322 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument 329 fprintf(MSG_OUT, "Progress: %s (%g/%g)\n", conn->url, dlnow, dltotal); in prog_cb()
|
D | ephiperfifo.c | 344 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument 351 fprintf(MSG_OUT, "Progress: %s (%g/%g)\n", conn->url, dlnow, dltotal); in prog_cb()
|
/third_party/curl/src/ |
D | tool_progress.c | 85 curl_off_t dlnow, in xferinfo_cb() argument 92 per->dlnow = dlnow; in xferinfo_cb() 201 all_dlnow += per->dlnow; in progress_meter() 311 all_dlalready += per->dlnow; in progress_finalize()
|
D | tool_cb_prg.c | 132 curl_off_t dltotal, curl_off_t dlnow, in tool_progress_cb() argument 159 point = dlnow + ulnow; in tool_progress_cb() 163 else if((CURL_OFF_T_MAX - bar->initial_size) < (dlnow + ulnow)) in tool_progress_cb() 166 point = dlnow + ulnow + bar->initial_size; in tool_progress_cb()
|
D | tool_cb_rea.c | 115 curl_off_t dltotal, curl_off_t dlnow, in tool_readbusy_cb() argument 122 (void)dlnow; /* unused */ in tool_readbusy_cb()
|
D | tool_cb_rea.h | 39 curl_off_t dltotal, curl_off_t dlnow,
|
D | tool_progress.h | 30 curl_off_t dlnow,
|
D | tool_cb_prg.h | 51 curl_off_t dltotal, curl_off_t dlnow,
|
D | tool_operate.h | 67 curl_off_t dlnow; member
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLOPT_PROGRESSFUNCTION.md | 24 double dlnow, 50 libcurl expects to download in this transfer. *dlnow* is the number of 92 double dlnow,
|
D | CURLOPT_XFERINFOFUNCTION.md | 23 curl_off_t dlnow, 46 bytes libcurl expects to download in this transfer. *dlnow* is the number 88 curl_off_t dlnow,
|
D | CURLOPT_PROGRESSDATA.md | 47 double dlnow,
|
D | CURLOPT_XFERINFODATA.md | 50 curl_off_t dlnow,
|
/third_party/curl/include/curl/ |
D | curl.h | 229 double dlnow, 238 curl_off_t dlnow,
|