Home
last modified time | relevance | path

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

12

/curl/tests/libtest/
H A Dlib599.c29 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()
H A Dlib1513.c37 double dlnow, in progressKiller() argument
43 (void)dlnow; in progressKiller()
H A Dlib1555.c36 double dlnow, in progressCallback() argument
45 (void)dlnow; in progressCallback()
H A Dlib578.c33 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() argument
40 (void)dlnow; /* UNUSED */ in progress_callback()
H A Dlib1553.c34 curl_off_t dltotal, curl_off_t dlnow, in xferinfo() argument
38 (void)dlnow; in xferinfo()
H A Dlib1540.c40 curl_off_t dlnow, in please_continue() argument
46 (void)dlnow; in please_continue()
H A Dlib579.c53 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() argument
58 (void)dlnow; /* UNUSED */ in progress_callback()
H A Dlib670.c69 static int xferinfo(void *clientp, curl_off_t dltotal, curl_off_t dlnow, in xferinfo() argument
75 (void) dlnow; in xferinfo()
/curl/docs/examples/
H A Dprogressfunc.c42 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()
H A Dhiperfifo.c318 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()
H A Dghiper.c285 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()
H A Devhiperfifo.c322 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()
/curl/src/
H A Dtool_cb_prg.c133 curl_off_t dltotal, curl_off_t dlnow, in tool_progress_cb() argument
160 point = dlnow + ulnow; in tool_progress_cb()
164 else if((CURL_OFF_T_MAX - bar->initial_size) < (dlnow + ulnow)) in tool_progress_cb()
167 point = dlnow + ulnow + bar->initial_size; in tool_progress_cb()
H A Dtool_progress.c83 curl_off_t dlnow, in xferinfo_cb() argument
90 per->dlnow = dlnow; in xferinfo_cb()
199 all_dlnow += per->dlnow; in progress_meter()
309 all_dlalready += per->dlnow; in progress_finalize()
H A Dtool_cb_rea.h39 curl_off_t dltotal, curl_off_t dlnow,
H A Dtool_progress.h30 curl_off_t dlnow,
H A Dtool_cb_prg.h53 curl_off_t dltotal, curl_off_t dlnow,
H A Dtool_cb_rea.c114 curl_off_t dltotal, curl_off_t dlnow, in tool_readbusy_cb() argument
121 (void)dlnow; /* unused */ in tool_readbusy_cb()
H A Dtool_operate.h59 curl_off_t dlnow; member
/curl/docs/libcurl/opts/
H A DCURLOPT_PROGRESSFUNCTION.md27 double dlnow,
53 libcurl expects to download in this transfer. *dlnow* is the number of
94 double dlnow,
H A DCURLOPT_XFERINFOFUNCTION.md26 curl_off_t dlnow,
49 bytes libcurl expects to download in this transfer. *dlnow* is the number
90 curl_off_t dlnow,
H A DCURLOPT_PROGRESSDATA.md48 double dlnow,
H A DCURLOPT_XFERINFODATA.md51 curl_off_t dlnow,
/curl/tests/http/clients/
H A Dupload-pausing.c163 double dlnow, in progress_callback() argument
168 (void)dlnow; in progress_callback()
H A Dhx-download.c215 curl_off_t dltotal, curl_off_t dlnow, in my_progress_cb() argument
222 if(t->abort_at > 0 && dlnow >= t->abort_at) { in my_progress_cb()
224 t->idx, (long)dlnow); in my_progress_cb()

Completed in 42 milliseconds

12