Searched refs:g_sparseFileSupport (Results 1 – 1 of 1) sorted by relevance
116 static int g_sparseFileSupport = 1; variable214 g_sparseFileSupport = (enable!=0); in LZ4IO_setSparseFile()215 return g_sparseFileSupport; in LZ4IO_setSparseFile()276 if (g_sparseFileSupport==1) { in LZ4IO_openDstFile()277 g_sparseFileSupport = 0; in LZ4IO_openDstFile()302 if (f && g_sparseFileSupport) { SET_SPARSE_FILE_MODE(f); } in LZ4IO_openDstFile()733 if (!g_sparseFileSupport) { /* normal write */ in LZ4IO_fwriteSparse()