Searched refs:LZ4IO_fwriteSparse (Results 1 – 1 of 1) sorted by relevance
/third_party/lz4/programs/ |
D | lz4io.c | 864 LZ4IO_fwriteSparse(FILE* file, in LZ4IO_fwriteSparse() function 981 …storedSkips = LZ4IO_fwriteSparse(foutput, out_buff, (size_t)decodeSize, prefs->sparseFileSupport, … in LZ4IO_decodeLegacyStream() 1090 …storedSkips = LZ4IO_fwriteSparse(dstFile, ress.dstBuffer, decodedBytes, prefs->sparseFileSupport, … in LZ4IO_decompressLZ4F() 1131 … storedSkips = LZ4IO_fwriteSparse(foutput, buffer, readBytes, sparseFileSupport, storedSkips); in LZ4IO_passThrough()
|