Searched refs:sparseFileSupport (Results 1 – 1 of 1) sorted by relevance
122 int sparseFileSupport; member172 ret->sparseFileSupport = 1; in LZ4IO_defaultPreferences()276 prefs->sparseFileSupport = 2*(enable!=0); /* 2==force enable */ in LZ4IO_setSparseFile()277 return prefs->sparseFileSupport; in LZ4IO_setSparseFile()341 if (prefs->sparseFileSupport==1) { in LZ4IO_openDstFile()367 { int const sparseMode = (prefs->sparseFileSupport - (f==stdout)) > 0; in LZ4IO_openDstFile()866 int sparseFileSupport, in LZ4IO_fwriteSparse() argument876 int const sparseMode = (sparseFileSupport - (file==stdout)) > 0; in LZ4IO_fwriteSparse()981 … = LZ4IO_fwriteSparse(foutput, out_buff, (size_t)decodeSize, prefs->sparseFileSupport, storedSkips… in LZ4IO_decodeLegacyStream()1090 … = LZ4IO_fwriteSparse(dstFile, ress.dstBuffer, decodedBytes, prefs->sparseFileSupport, storedSkips… in LZ4IO_decompressLZ4F()[all …]