/third_party/curl/tests/libtest/ |
D | lib599.c | 28 static int progress_callback(void *clientp, double dltotal, 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 | 36 double dltotal, in progressKiller() argument 42 (void)dltotal; in progressKiller()
|
D | lib1555.c | 35 double dltotal, in progressCallback() argument 44 (void)dltotal; in progressCallback()
|
D | lib578.c | 33 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() argument 39 (void)dltotal; /* UNUSED */ in progress_callback()
|
D | lib1553.c | 33 curl_off_t dltotal, curl_off_t dlnow, in xferinfo() argument 38 (void)dltotal; in xferinfo()
|
D | lib1540.c | 38 curl_off_t dltotal, in please_continue() argument 44 (void)dltotal; in please_continue()
|
D | lib579.c | 41 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() argument 47 (void)dltotal; /* UNUSED */ in progress_callback()
|
D | lib670.c | 74 static int xferinfo(void *clientp, curl_off_t dltotal, curl_off_t dlnow, in xferinfo() argument 79 (void) dltotal; in xferinfo()
|
/third_party/curl/src/ |
D | tool_cb_prg.c | 127 curl_off_t dltotal, curl_off_t dlnow, in tool_progress_cb() argument 140 if(dltotal || ultotal) in tool_progress_cb() 141 total = dltotal + ultotal; in tool_progress_cb() 145 else if((CURL_OFF_T_MAX - bar->initial_size) < (dltotal + ultotal)) in tool_progress_cb() 148 total = dltotal + ultotal + bar->initial_size; in tool_progress_cb() 153 if(dltotal || ultotal) in tool_progress_cb()
|
D | tool_progress.c | 84 curl_off_t dltotal, in xferinfo_cb() argument 91 per->dltotal = dltotal; in xferinfo_cb() 203 if(!per->dltotal) in progress_meter() 207 all_dltotal += per->dltotal; in progress_meter() 314 all_dltotal += per->dltotal; in progress_finalize()
|
D | tool_cb_rea.c | 115 curl_off_t dltotal, curl_off_t dlnow, in tool_readbusy_cb() argument 121 (void)dltotal; /* unused */ in tool_readbusy_cb()
|
D | tool_cb_rea.h | 39 curl_off_t dltotal, curl_off_t dlnow,
|
D | tool_progress.h | 29 curl_off_t dltotal,
|
D | tool_cb_prg.h | 51 curl_off_t dltotal, curl_off_t dlnow,
|
D | tool_operate.h | 66 curl_off_t dltotal; member
|
/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()
|
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/include/curl/ |
D | curl.h | 237 double dltotal, 246 curl_off_t dltotal,
|