Searched refs:sparseFileSupport (Results 1 – 4 of 4) sorted by relevance
192 int sparseFileSupport; member218 prefs->sparseFileSupport = 1; in LZ4IO_defaultPreferences()324 prefs->sparseFileSupport = 2*(enable!=0); /* 2==force enable */ in LZ4IO_setSparseFile()325 return prefs->sparseFileSupport; in LZ4IO_setSparseFile()414 if (prefs->sparseFileSupport==1) { in LZ4IO_openDstFile()441 { int const sparseMode = (prefs->sparseFileSupport - (f==stdout)) > 0; in LZ4IO_openDstFile()1597 int sparseFileSupport, in LZ4IO_fwriteSparse() argument1607 int const sparseMode = (sparseFileSupport - (file==stdout)) > 0; in LZ4IO_fwriteSparse()1797 lbi->sparseEnable = prefs->sparseFileSupport; in LZ4IO_decodeLegacyStream()1862 … = LZ4IO_fwriteSparse(foutput, out_buff, (size_t)decodeSize, prefs->sparseFileSupport, storedSkips… in LZ4IO_decodeLegacyStream()[all …]
37 …int sparseFileSupport; /* 0: no sparse allowed; 1: auto (file yes, stdout no); 2: force sparse */ member
285 ret->sparseFileSupport = ZSTD_SPARSE_DEFAULT; in FIO_createPreferences()359 void FIO_setSparseWrite(FIO_prefs_t* const prefs, int sparse) { prefs->sparseFileSupport = sparse; } in FIO_setSparseWrite()592 if (prefs->sparseFileSupport == 1) { in FIO_openDstFile()593 prefs->sparseFileSupport = 0; in FIO_openDstFile()606 if (prefs->sparseFileSupport == 1) { in FIO_openDstFile()607 prefs->sparseFileSupport = ZSTD_SPARSE_DEFAULT; in FIO_openDstFile()609 prefs->sparseFileSupport = 0; in FIO_openDstFile()2119 DISPLAY("%s", INDEX(sparseOptions, prefs->sparseFileSupport)); in FIO_displayCompressionParameters()
46 if (!prefs->sparseFileSupport) { /* normal write */ in AIO_fwriteSparse()115 assert(prefs->sparseFileSupport > 0); /* storedSkips>0 implies sparse support is enabled */ in AIO_fwriteSparseEnd()