Searched refs:partialDecoding (Results 1 – 1 of 1) sorted by relevance
1106 int partialDecoding, /* full, partial */ in LZ4_decompress_generic() argument1133 …if ((partialDecoding) && (oexit > oend-MFLIMIT)) oexit = oend-MFLIMIT; /* t… in LZ4_decompress_generic()1157 …if ( ((endOnInput) && ((cpy>(partialDecoding?oexit:oend-MFLIMIT)) || (ip+length>iend-(2+1+LASTLITE… in LZ4_decompress_generic()1160 if (partialDecoding) { in LZ4_decompress_generic()