Home
last modified time | relevance | path

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

/third_party/lz4/programs/
Dlz4io.c367 { int const sparseMode = (prefs->sparseFileSupport - (f==stdout)) > 0; in LZ4IO_openDstFile() local
368 if (f && sparseMode) { SET_SPARSE_FILE_MODE(f); } in LZ4IO_openDstFile()
876 int const sparseMode = (sparseFileSupport - (file==stdout)) > 0; in LZ4IO_fwriteSparse() local
878 if (!sparseMode) { /* normal write */ in LZ4IO_fwriteSparse()