Lines Matching refs:decompress
10 - `zstd-decompress` : version of CLI which can only decompress zstd format
23 - __ZSTD_LEGACY_SUPPORT__ : `zstd` can decompress files compressed by older versions of `zstd`.
34 - __HAVE_ZLIB__ : `zstd` can compress and decompress files in `.gz` format.
44 - __HAVE_LZMA__ : `zstd` can compress and decompress files in `.xz` and `.lzma` formats.
54 - __HAVE_LZ4__ : `zstd` can compress and decompress files in `.lz4` formats.
73 The resulting binary will only be able to decompress files.
75 A corresponding `Makefile` target using this ability is `zstd-decompress`.
98 - `zcat` : will decompress and output target file using any of the supported formats. `gzcat` and `…
103 - `unzstd` and `unlz4` will decompress any of the supported format.
124 3. Decompress with the dictionary: `zstd --decompress FILE.zst -D dictionaryName`
299 it's necessary to decompress it using `zstd` or `zstdcat`,