Searched refs:limitedOutputBuffer (Results 1 – 1 of 1) sorted by relevance
264 limitedOutput_directive limitedOutputBuffer, in LZ4HC_encodeSequence() argument277 …if ((limitedOutputBuffer) && ((*op + (length>>8) + length + (2 + 1 + LASTLITERALS)) > oend)) retur… in LZ4HC_encodeSequence()290 …if ((limitedOutputBuffer) && (*op + (length>>8) + (1 + LASTLITERALS) > oend)) return 1; /* Check… in LZ4HC_encodeSequence()