Home
last modified time | relevance | path

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

/third_party/lz4/programs/
Dlz4io.c332 static FILE* LZ4IO_openDstFile(const char* dstFileName, const LZ4IO_prefs_t* const prefs) in LZ4IO_openDstFile() function
418 foutput = LZ4IO_openDstFile(output_filename, prefs); in LZ4IO_compressFilename_Legacy()
668 dstFile = LZ4IO_openDstFile(dstFileName, io_prefs); in LZ4IO_compressFilename_extRess()
1268 FILE* const foutput = LZ4IO_openDstFile(output_filename, prefs); in LZ4IO_decompressDstFile()
1322 ress.dstFile = LZ4IO_openDstFile(stdoutmark, prefs); in LZ4IO_decompressMultipleFilenames()