Home
last modified time | relevance | path

Searched refs:dltotal (Results 1 – 18 of 18) 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()
Dlib1553.c31 curl_off_t dltotal, curl_off_t dlnow, in xferinfo() argument
36 (void)dltotal; in xferinfo()
Dlib1540.c36 curl_off_t dltotal, in please_continue() argument
42 (void)dltotal; in please_continue()
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()
Dghiper.c284 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument
288 MSG_OUT("Progress: %s (%g/%g)\n", conn->url, dlnow, dltotal); in prog_cb()
Dhiperfifo.c311 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument
318 fprintf(MSG_OUT, "Progress: %s (%g/%g)\n", 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()
Dasiohiper.cpp351 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument
359 fprintf(MSG_OUT, "\nProgress: %s (%g/%g)", conn->url, dlnow, dltotal); in prog_cb()
/external/curl/src/
Dtool_cb_prg.c104 curl_off_t dltotal, curl_off_t dlnow, in tool_progress_cb() argument
122 total = dltotal + ultotal + bar->initial_size; in tool_progress_cb()
Dtool_cb_prg.h49 curl_off_t dltotal, curl_off_t dlnow,
/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request.h161 static int ProgressCallback(void* this_object, curl_off_t dltotal,
245 int (*param)(void* clientp, curl_off_t dltotal, curl_off_t dlnow,
Dcurl_http_request.cc75 int (*param)(void* clientp, curl_off_t dltotal, in curl_easy_setopt() argument
546 int CurlHttpRequest::ProgressCallback(void* this_object, curl_off_t dltotal, in ProgressCallback() argument
580 << current_progress << " of " << dltotal + ultotal in ProgressCallback()
Dcurl_http_request_test.cc134 int (*param)(void* clientp, curl_off_t dltotal, in curl_easy_setopt() argument
250 int (*progress_callback_)(void* clientp, curl_off_t dltotal, curl_off_t dlnow,
/external/curl/include/curl/
Dcurl.h204 double dltotal,
212 curl_off_t dltotal,
/external/google-breakpad/src/third_party/curl/
Dcurl.h173 double dltotal,