Searched defs:dltotal (Results 1 - 1 of 1) sorted by relevance

/systemd/src/import/
H A Dpull-job.c472 static int pull_job_progress_callback(void *userdata, curl_off_t dltotal, curl_off_t dlnow, curl_off_t ultotal, curl_off_t ulnow) { argument
479 if (dltotal <= 0)
482 percent = ((100 * dlnow) / dltotal);
487 dlnow < dltotal) {
495 left = (usec_t) (((double) done * (double) dltotal) / dlnow) - done;

Completed in 11 milliseconds