Home
last modified time | relevance | path

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

12

/third_party/curl/tests/libtest/
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()
Dlib1513.c37 double dlnow, in progressKiller() argument
43 (void)dlnow; in progressKiller()
Dlib1555.c36 double dlnow, in progressCallback() argument
45 (void)dlnow; in progressCallback()
Dlib578.c33 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() argument
40 (void)dlnow; /* UNUSED */ in progress_callback()
Dlib1553.c33 curl_off_t dltotal, curl_off_t dlnow, in xferinfo() argument
37 (void)dlnow; in xferinfo()
Dlib1540.c39 curl_off_t dlnow, in please_continue() argument
45 (void)dlnow; in please_continue()
Dlib579.c41 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() argument
48 (void)dlnow; /* UNUSED */ in progress_callback()
Dlib670.c74 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/
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()
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()
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()
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()
Dephiperfifo.c344 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/
Dtool_progress.c85 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()
Dtool_cb_prg.c132 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()
Dtool_cb_rea.c115 curl_off_t dltotal, curl_off_t dlnow, in tool_readbusy_cb() argument
122 (void)dlnow; /* unused */ in tool_readbusy_cb()
Dtool_cb_rea.h39 curl_off_t dltotal, curl_off_t dlnow,
Dtool_progress.h30 curl_off_t dlnow,
Dtool_cb_prg.h51 curl_off_t dltotal, curl_off_t dlnow,
Dtool_operate.h67 curl_off_t dlnow; member
/third_party/curl/docs/libcurl/opts/
DCURLOPT_PROGRESSFUNCTION.md24 double dlnow,
50 libcurl expects to download in this transfer. *dlnow* is the number of
92 double dlnow,
DCURLOPT_XFERINFOFUNCTION.md23 curl_off_t dlnow,
46 bytes libcurl expects to download in this transfer. *dlnow* is the number
88 curl_off_t dlnow,
DCURLOPT_PROGRESSDATA.md47 double dlnow,
DCURLOPT_XFERINFODATA.md50 curl_off_t dlnow,
/third_party/curl/include/curl/
Dcurl.h229 double dlnow,
238 curl_off_t dlnow,

12