Searched refs:partialDecoding (Results 1 – 1 of 1) sorted by relevance
537 earlyEnd_directive partialDecoding, /* full, partial */ in LZ4_decompress_generic() argument575 if (partialDecoding) return 0; in LZ4_decompress_generic()677 if (partialDecoding) { in LZ4_decompress_generic()791 if (partialDecoding) { in LZ4_decompress_generic()838 if (!partialDecoding || (cpy == oend) || (ip >= (iend-2))) { in LZ4_decompress_generic()869 if (partialDecoding) length = MIN(length, (size_t)(oend-op)); in LZ4_decompress_generic()900 if (partialDecoding && (cpy > oend-MATCH_SAFEGUARD_DISTANCE)) { in LZ4_decompress_generic()