Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
H A Dfileio.c1106 int compressionLevel, U64* readsize, int plain_lzma) in FIO_compressLzmaFrame() argument
1116 if (plain_lzma) { in FIO_compressLzmaFrame()
2243 const char* srcFileName, int plain_lzma) in FIO_decompressLzmaFrame() argument
2254 if (plain_lzma) { in FIO_decompressLzmaFrame()
2262 plain_lzma ? "lzma_alone_decoder" : "lzma_stream_decoder", in FIO_decompressLzmaFrame()