Home
last modified time | relevance | path

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

/Linux-v4.19/lib/lz4/
Dlz4_decompress.c64 int partialDecoding, in LZ4_decompress_generic() argument
96 if ((partialDecoding) && (oexit > oend - MFLIMIT)) in LZ4_decompress_generic()
143 if (((endOnInput) && ((cpy > (partialDecoding ? oexit : oend - MFLIMIT)) in LZ4_decompress_generic()
146 if (partialDecoding) { in LZ4_decompress_generic()