Searched refs:partialDecoding (Results 1 – 1 of 1) sorted by relevance
1966 earlyEnd_directive partialDecoding, /* full, partial */ in LZ4_decompress_generic() argument2003 if (partialDecoding) return 0; in LZ4_decompress_generic()2102 if (partialDecoding) { in LZ4_decompress_generic()2216 if (partialDecoding) { in LZ4_decompress_generic()2258 if (!partialDecoding || (cpy == oend) || (ip >= (iend-2))) { in LZ4_decompress_generic()2290 if (partialDecoding) length = MIN(length, (size_t)(oend-op)); in LZ4_decompress_generic()2321 if (partialDecoding && (cpy > oend-MATCH_SAFEGUARD_DISTANCE)) { in LZ4_decompress_generic()