Searched refs:oexit (Results 1 – 1 of 1) sorted by relevance
84 BYTE *oexit = op + targetOutputSize; in LZ4_decompress_generic() local96 if ((partialDecoding) && (oexit > oend - MFLIMIT)) in LZ4_decompress_generic()97 oexit = oend - MFLIMIT; in LZ4_decompress_generic()143 if (((endOnInput) && ((cpy > (partialDecoding ? oexit : oend - MFLIMIT)) in LZ4_decompress_generic()