Searched refs:sparseMode (Results 1 – 1 of 1) sorted by relevance
367 { int const sparseMode = (prefs->sparseFileSupport - (f==stdout)) > 0; in LZ4IO_openDstFile() local368 if (f && sparseMode) { SET_SPARSE_FILE_MODE(f); } in LZ4IO_openDstFile()876 int const sparseMode = (sparseFileSupport - (file==stdout)) > 0; in LZ4IO_fwriteSparse() local878 if (!sparseMode) { /* normal write */ in LZ4IO_fwriteSparse()