/external/curl/tests/libtest/ |
D | lib599.c | 26 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()
|
D | lib1513.c | 34 double dltotal, in progressKiller() argument 40 (void)dltotal; in progressKiller()
|
D | lib1555.c | 33 double dltotal, in progressCallback() argument 42 (void)dltotal; in progressCallback()
|
D | lib578.c | 31 static int progress_callback(void *clientp, double dltotal, double dlnow, in progress_callback() argument 37 (void)dltotal; /* UNUSED */ in progress_callback()
|
D | lib1553.c | 31 curl_off_t dltotal, curl_off_t dlnow, in xferinfo() argument 36 (void)dltotal; in xferinfo()
|
D | lib1540.c | 36 curl_off_t dltotal, in please_continue() argument 42 (void)dltotal; in please_continue()
|
D | lib579.c | 39 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/ |
D | progressfunc.c | 54 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()
|
D | ghiper.c | 282 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()
|
D | hiperfifo.c | 317 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()
|
D | evhiperfifo.c | 319 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()
|
D | asiohiper.cpp | 361 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()
|
D | ephiperfifo.c | 351 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/ |
D | tool_cb_prg.c | 117 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()
|
D | tool_cb_prg.h | 49 curl_off_t dltotal, curl_off_t dlnow,
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | curl_http_request.h | 163 static int ProgressCallback(void* this_object, curl_off_t dltotal, 256 int (*param)(void* clientp, curl_off_t dltotal, curl_off_t dlnow,
|
D | curl_http_request.cc | 78 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()
|
D | curl_http_request_test.cc | 134 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/ |
D | curl.h | 215 double dltotal, 223 curl_off_t dltotal,
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 173 double dltotal,
|