Home
last modified time | relevance | path

Searched refs:IMPORT_COMPRESS_GZIP (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/import/
Dimport-compress.c12 else if (c->type == IMPORT_COMPRESS_GZIP) { in import_compress_free()
68 c->type = IMPORT_COMPRESS_GZIP; in import_uncompress_detect()
144 case IMPORT_COMPRESS_GZIP: in import_uncompress()
217 case IMPORT_COMPRESS_GZIP: in import_compress_init()
222 c->type = IMPORT_COMPRESS_GZIP; in import_compress_init()
309 case IMPORT_COMPRESS_GZIP: in import_compress()
417 case IMPORT_COMPRESS_GZIP: in import_compress_finish()
473 [IMPORT_COMPRESS_GZIP] = "gzip",
Dexport.c37 arg_compress = IMPORT_COMPRESS_GZIP; in determine_compression_from_filename()
252 arg_compress = IMPORT_COMPRESS_GZIP; in parse_argv()
Dimport-compress.h17 IMPORT_COMPRESS_GZIP, enumerator