Searched refs:partialDecoding (Results 1 – 1 of 1) sorted by relevance
1661 earlyEnd_directive partialDecoding, /* full, partial */ in LZ4_decompress_generic() argument1699 if (partialDecoding) return 0; in LZ4_decompress_generic()1801 if (partialDecoding) { in LZ4_decompress_generic()1914 if (partialDecoding) { in LZ4_decompress_generic()1950 if (!partialDecoding || (cpy == oend) || (ip == iend)) { in LZ4_decompress_generic()1981 if (partialDecoding) length = MIN(length, (size_t)(oend-op)); in LZ4_decompress_generic()2012 if (partialDecoding && (cpy > oend-MATCH_SAFEGUARD_DISTANCE)) { in LZ4_decompress_generic()