Home
last modified time | relevance | path

Searched refs:dltotal (Results 1 – 13 of 13) sorted by relevance

/external/curl/tests/libtest/
Dlib599.c26 static int progress_callback(void *clientp, double dltotal, 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.c34 double dltotal, in progressKiller() argument
40 (void)dltotal; in progressKiller()
Dlib578.c31 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() argument
37 (void)dltotal; /* UNUSED */ in progress_callback()
Dlib579.c39 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() argument
46 (void)dltotal; /* UNUSED */ in progress_callback()
/external/curl/docs/examples/
Dprogressfunc.c40 curl_off_t dltotal, curl_off_t dlnow, in xferinfo() argument
60 ulnow, ultotal, dlnow, dltotal); in xferinfo()
69 double dltotal, double dlnow, in older_progress() argument
73 (curl_off_t)dltotal, in older_progress()
Dhiperfifo.c303 static int prog_cb (void *p, double dltotal, double dlnow, double ult, in prog_cb() argument
310 fprintf(MSG_OUT, "Progress: %s (%g/%g)\n", conn->url, dlnow, dltotal); in prog_cb()
Dghiper.c275 static int prog_cb (void *p, double dltotal, double dlnow, double ult, in prog_cb() argument
279 MSG_OUT("Progress: %s (%g/%g)\n", conn->url, dlnow, dltotal); in prog_cb()
Dasiohiper.cpp330 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument
338 fprintf(MSG_OUT, "\nProgress: %s (%g/%g)", 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()
/external/curl/src/
Dtool_cb_prg.c41 curl_off_t dltotal, curl_off_t dlnow, in tool_progress_cb() argument
59 total = dltotal + ultotal + bar->initial_size; in tool_progress_cb()
Dtool_cb_prg.h46 curl_off_t dltotal, curl_off_t dlnow,
/external/curl/include/curl/
Dcurl.h183 double dltotal,
191 curl_off_t dltotal,
/external/google-breakpad/src/third_party/curl/
Dcurl.h173 double dltotal,