Home
last modified time | relevance | path

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

/aosp_15_r20/external/lz4/programs/
H A Dlz4io.c1595 LZ4IO_fwriteSparse(FILE* file, in LZ4IO_fwriteSparse() function
1696 …*ctw->storedSkips = LZ4IO_fwriteSparse(ctw->f, ctw->buffer, ctw->size, ctw->sparseEnable, *ctw->st… in LZ4IO_writeDecodedChunk()
1862 …storedSkips = LZ4IO_fwriteSparse(foutput, out_buff, (size_t)decodeSize, prefs->sparseFileSupport, … in LZ4IO_decodeLegacyStream()
2030 …*ctw->storedSkips = LZ4IO_fwriteSparse(ctw->fOut, ctw->bufOut.ptr, ctw->bufOut.size, ctw->sparseEn… in LZ4IO_writeDecodedLZ4FChunk()
2250 …storedSkips = LZ4IO_fwriteSparse(dstFile, ress.dstBuffer, decodedBytes, prefs->sparseFileSupport, … in LZ4IO_decompressLZ4F()
2293 … storedSkips = LZ4IO_fwriteSparse(foutput, buffer, readBytes, sparseFileSupport, storedSkips); in LZ4IO_passThrough()