Searched refs:TarExport (Results 1 - 3 of 3) sorted by relevance
/systemd/src/import/ |
H A D | export-tar.h | 27 typedef struct TarExport TarExport; typedef in typeref:struct:TarExport 29 typedef void (*TarExportFinished)(TarExport *export, int error, void *userdata); 31 int tar_export_new(TarExport **export, sd_event *event, TarExportFinished on_finished, void *userdata); 32 TarExport* tar_export_unref(TarExport *export); 34 DEFINE_TRIVIAL_CLEANUP_FUNC(TarExport*, tar_export_unref); 36 int tar_export_start(TarExport *export, const char *path, int fd, ImportCompressType compress);
|
H A D | export-tar.c | 35 struct TarExport { struct 70 TarExport *tar_export_unref(TarExport *e) { 100 TarExport **ret, 105 _cleanup_(tar_export_unrefp) TarExport *e = NULL; 110 e = new0(TarExport, 1); 136 static void tar_export_report_progress(TarExport *e) { 161 static int tar_export_process(TarExport *e) { 243 TarExport *i = userdata; 249 TarExport * [all...] |
H A D | export.c | 64 static void on_tar_finished(TarExport *export, int error, void *userdata) { 75 _cleanup_(tar_export_unrefp) TarExport *export = NULL;
|
Completed in 11 milliseconds