Home
last modified time | relevance | path

Searched refs:dltotal (Results 1 – 20 of 20) 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()
Dlib1555.c33 double dltotal, in progressCallback() argument
42 (void)dltotal; in progressCallback()
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
45 (void)dltotal; /* UNUSED */ in progress_callback()
/external/curl/docs/examples/
Dprogressfunc.c54 curl_off_t dltotal, curl_off_t dlnow, in xferinfo() argument
79 ulnow, ultotal, dlnow, dltotal); in xferinfo()
89 double dltotal, double dlnow, in older_progress() argument
93 (curl_off_t)dltotal, in older_progress()
Dghiper.c282 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument
286 MSG_OUT("Progress: %s (%g/%g)\n", conn->url, dlnow, dltotal); in prog_cb()
Dhiperfifo.c317 static int prog_cb(void *p, double dltotal, double dlnow, double ult _Unused, in prog_cb() argument
322 fprintf(MSG_OUT, "Progress: %s (%g/%g)\n", conn->url, dlnow, dltotal); in prog_cb()
Devhiperfifo.c319 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument
326 fprintf(MSG_OUT, "Progress: %s (%g/%g)\n", conn->url, dlnow, dltotal); in prog_cb()
Dasiohiper.cpp361 static int prog_cb(void *p, double dltotal, double dlnow, double ult, in prog_cb() argument
369 fprintf(MSG_OUT, "\nProgress: %s (%g/%g)", conn->url, dlnow, dltotal); in prog_cb()
Dephiperfifo.c351 static int prog_cb(void *p, double dltotal, double dlnow, double ult _Unused, in prog_cb() argument
356 fprintf(MSG_OUT, "Progress: %s (%g/%g)\n", conn->url, dlnow, dltotal); in prog_cb()
/external/curl/src/
Dtool_cb_prg.c117 curl_off_t dltotal, curl_off_t dlnow, in tool_progress_cb() argument
129 if((CURL_OFF_T_MAX - bar->initial_size) < (dltotal + ultotal)) in tool_progress_cb()
132 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.h163 static int ProgressCallback(void* this_object, curl_off_t dltotal,
256 int (*param)(void* clientp, curl_off_t dltotal, curl_off_t dlnow,
Dcurl_http_request.cc78 int (*param)(void* clientp, curl_off_t dltotal, in curl_easy_setopt() argument
564 int CurlHttpRequest::ProgressCallback(void* this_object, curl_off_t dltotal, in ProgressCallback() argument
598 << 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.h215 double dltotal,
223 curl_off_t dltotal,
/external/google-breakpad/src/third_party/curl/
Dcurl.h173 double dltotal,