Home
last modified time | relevance | path

Searched refs:fillOutput (Results 1 – 2 of 2) sorted by relevance

/lz4-3.4.0-2.7.6/lib/
Dlz4.c303 fillOutput = 2 enumerator
902 …if (outputDirective == fillOutput && maxOutputSize < 1) { return 0; } /* Impossible to store anyth… in LZ4_compress_generic_validated()
1028 if ((outputDirective == fillOutput) && in LZ4_compress_generic_validated()
1057 if ((outputDirective == fillOutput) && in LZ4_compress_generic_validated()
1099 if (outputDirective == fillOutput) { in LZ4_compress_generic_validated()
1138 assert(!(outputDirective == fillOutput && op + 1 + LASTLITERALS > olimit)); in LZ4_compress_generic_validated()
1209 if (outputDirective == fillOutput) { in LZ4_compress_generic_validated()
1233 if (outputDirective == fillOutput) { in LZ4_compress_generic_validated()
1269 if (outputDirective == fillOutput) { in LZ4_compress_generic()
1391 …->internal_donotuse, src, dst, *srcSizePtr, srcSizePtr, targetDstSize, fillOutput, byU16, noDict, … in LZ4_compress_destSize_extState()
[all …]
Dlz4hc.c584 …if (limit == fillOutput) oend -= LASTLITERALS; /* Hack for support LZ4 format res… in LZ4HC_compress_hashChain()
735 if (limit == fillOutput) oend += LASTLITERALS; /* restore correct value */ in LZ4HC_compress_hashChain()
763 if (limit == fillOutput) { in LZ4HC_compress_hashChain()
832 if (limit == fillOutput && dstCapacity < 1) return 0; /* Impossible to store anything */ in LZ4HC_compress_generic_internal()
976 …_generic(&ctx->internal_donotuse, source, dest, sourceSizePtr, targetDestSize, cLevel, fillOutput); in LZ4_compress_HC_destSize()
1152 …LZ4_compressHC_continue_generic(LZ4_streamHCPtr, src, dst, srcSizePtr, targetDestSize, fillOutput); in LZ4_compress_HC_continue_destSize()
1355 if (limit == fillOutput) oend -= LASTLITERALS; /* Hack for support LZ4 format restriction */ in LZ4HC_compress_optimal()
1560 if (limit == fillOutput) oend += LASTLITERALS; /* restore correct value */ in LZ4HC_compress_optimal()
1592 if (limit == fillOutput) { in LZ4HC_compress_optimal()