Searched refs:autoFlush (Results 1 – 4 of 4) sorted by relevance
269 U32 const flush = prefsPtr->autoFlush | (srcSize==0); in LZ4F_compressBound_internal()294 prefs.autoFlush = 1; in LZ4F_compressFrameBound()338 prefs.autoFlush = 1; in LZ4F_compressFrame()443 if (preferencesPtr->autoFlush) in LZ4F_compressBegin()608 if ((cctxPtr->prefs.autoFlush) && (srcPtr < srcEnd)) { in LZ4F_compressUpdate()628 && !(cctxPtr->prefs.autoFlush)) in LZ4F_compressUpdate()
153 unsigned autoFlush; /* 1 == always flush (reduce usage of tmp buffer) */ member
460 prefs.autoFlush = 1; in LZ4IO_compressFilename_extRess()
612 prefs.autoFlush = neverFlush ? 0 : (FUZ_rand(&randState) & 7) == 2; in fuzzerTests()