Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c268 limitedOutput = 1, enumerator
962 if ((outputDirective == limitedOutput) && /* Check output buffer overflow */ in LZ4_compress_generic()
1057 assert(outputDirective == limitedOutput); in LZ4_compress_generic()
1153 assert(outputDirective == limitedOutput); in LZ4_compress_generic()
1194 …4_compress_generic(ctx, source, dest, inputSize, NULL, maxOutputSize, limitedOutput, byU16, noDict… in LZ4_compress_fast_extState()
1197 …4_compress_generic(ctx, source, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, no… in LZ4_compress_fast_extState()
1235 …eturn LZ4_compress_generic(ctx, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, no… in LZ4_compress_fast_extState_fastReset()
1237 …eturn LZ4_compress_generic(ctx, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, no… in LZ4_compress_fast_extState_fastReset()
1242 …return LZ4_compress_generic(ctx, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, n… in LZ4_compress_fast_extState_fastReset()
1281 …generic(&ctx.internal_donotuse, src, dst, srcSize, NULL, dstCapacity, limitedOutput, byU16, noD… in LZ4_compress_fast_force()
[all …]
Dlz4hc.c716 if (limit == limitedOutput) return 0; /* Check output limit */ in LZ4HC_compress_hashChain()
908 …urn LZ4HC_compress_generic (ctx, src, dst, &srcSize, dstCapacity, compressionLevel, limitedOutput); in LZ4_compress_HC_extStateHC_fastReset()
1112 … LZ4_compressHC_continue_generic (LZ4_streamHCPtr, src, dst, &srcSize, dstCapacity, limitedOutput); in LZ4_compress_HC_continue()
1200 …treamHC_t*)LZ4HC_Data)->internal_donotuse, src, dst, &srcSize, dstCapacity, cLevel, limitedOutput); in LZ4_compressHC2_limitedOutput_continue()
1508 if (limit == limitedOutput) return 0; /* Check output limit */ in LZ4HC_compress_optimal()