Lines Matching refs:TarExport
35 struct TarExport {
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 *i = userdata;
254 int tar_export_start(TarExport *e, const char *path, int fd, ImportCompressType compress) {