Searched refs:ImportCompressType (Results 1 - 7 of 7) sorted by relevance

/systemd/src/import/
H A Dimport-compress.h29 typedef enum ImportCompressType { enum
37 } ImportCompressType; typedef in typeref:enum:ImportCompressType
40 ImportCompressType type;
56 int import_compress_init(ImportCompress *c, ImportCompressType t);
60 const char* import_compress_type_to_string(ImportCompressType t) _const_;
61 ImportCompressType import_compress_type_from_string(const char *s) _pure_;
H A Dexport-raw.h36 int raw_export_start(RawExport *export, const char *path, int fd, ImportCompressType compress);
H A Dexport-tar.h36 int tar_export_start(TarExport *export, const char *path, int fd, ImportCompressType compress);
H A Dimport-compress.c197 int import_compress_init(ImportCompress *c, ImportCompressType t) {
469 DEFINE_STRING_TABLE_LOOKUP(import_compress_type, ImportCompressType);
H A Dexport-raw.c295 int raw_export_start(RawExport *e, const char *path, int fd, ImportCompressType compress) {
H A Dexport-tar.c254 int tar_export_start(TarExport *e, const char *path, int fd, ImportCompressType compress) {
H A Dexport.c36 static ImportCompressType arg_compress = IMPORT_COMPRESS_UNKNOWN;

Completed in 17 milliseconds