Home
last modified time | relevance | path

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

/Linux-v4.19/lib/lz4/
Dlz4_decompress.c84 BYTE *oexit = op + targetOutputSize; in LZ4_decompress_generic() local
96 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()