Searched refs:partialDecoding (Results 1 – 1 of 1) sorted by relevance
1943 earlyEnd_directive partialDecoding, /* full, partial */ in LZ4_decompress_generic() argument1980 if (partialDecoding) return 0; in LZ4_decompress_generic()2070 if (partialDecoding) { in LZ4_decompress_generic()2181 if (partialDecoding) { in LZ4_decompress_generic()2223 if (!partialDecoding || (cpy == oend) || (ip >= (iend-2))) { in LZ4_decompress_generic()2255 if (partialDecoding) length = MIN(length, (size_t)(oend-op)); in LZ4_decompress_generic()2286 if (partialDecoding && (cpy > oend-MATCH_SAFEGUARD_DISTANCE)) { in LZ4_decompress_generic()