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

/systemd/src/import/
H A Dimport-compress.h30 IMPORT_COMPRESS_UNKNOWN, enumerator in enum:ImportCompressType
H A Dexport.c36 static ImportCompressType arg_compress = IMPORT_COMPRESS_UNKNOWN;
40 if (arg_compress != IMPORT_COMPRESS_UNKNOWN)
H A Dimport-compress.c41 c->type = IMPORT_COMPRESS_UNKNOWN;
59 if (c->type != IMPORT_COMPRESS_UNKNOWN)
462 [IMPORT_COMPRESS_UNKNOWN] = "unknown",
H A Dimport-tar.c288 if (i->compress.type == IMPORT_COMPRESS_UNKNOWN) {
300 if (i->compress.type == IMPORT_COMPRESS_UNKNOWN) {
H A Dimport-raw.c359 if (i->compress.type == IMPORT_COMPRESS_UNKNOWN) {
371 if (i->compress.type == IMPORT_COMPRESS_UNKNOWN) {
H A Dexport-raw.c303 assert(compress != IMPORT_COMPRESS_UNKNOWN);
H A Dexport-tar.c262 assert(compress != IMPORT_COMPRESS_UNKNOWN);

Completed in 575 milliseconds