Searched refs:on_progress (Results 1 - 4 of 4) sorted by relevance

/systemd/src/import/
H A Dpull-job.h66 PullJobProgress on_progress; member in struct:PullJob
H A Dpull-tar.c506 i->tar_job->on_progress = tar_pull_job_on_progress;
521 i->settings_job->on_progress = tar_pull_job_on_progress;
545 i->checksum_job->on_progress = tar_pull_job_on_progress;
553 i->signature_job->on_progress = tar_pull_job_on_progress;
H A Dpull-raw.c596 i->raw_job->on_progress = raw_pull_job_on_progress;
610 i->settings_job->on_progress = raw_pull_job_on_progress;
633 i->checksum_job->on_progress = raw_pull_job_on_progress;
641 i->signature_job->on_progress = raw_pull_job_on_progress;
H A Dpull-job.c508 if (j->on_progress)
509 j->on_progress(j);

Completed in 1768 milliseconds