Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4.c302 limitedOutput = 1, enumerator
1024 if ((outputDirective == limitedOutput) && /* Check output buffer overflow */ in LZ4_compress_generic_validated()
1119 assert(outputDirective == limitedOutput); in LZ4_compress_generic_validated()
1215 assert(outputDirective == limitedOutput); in LZ4_compress_generic_validated()
1299 …4_compress_generic(ctx, source, dest, inputSize, NULL, maxOutputSize, limitedOutput, byU16, noDict… in LZ4_compress_fast_extState()
1302 …4_compress_generic(ctx, source, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, no… in LZ4_compress_fast_extState()
1341 …eturn LZ4_compress_generic(ctx, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, no… in LZ4_compress_fast_extState_fastReset()
1343 …eturn LZ4_compress_generic(ctx, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, no… in LZ4_compress_fast_extState_fastReset()
1348 …return LZ4_compress_generic(ctx, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, n… in LZ4_compress_fast_extState_fastReset()
1602 …ress_generic(streamPtr, source, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, wi… in LZ4_compress_fast_continue()
[all …]
Dlz4hc.c737 if (limit == limitedOutput) return 0; in LZ4HC_compress_hashChain()
942 …urn LZ4HC_compress_generic (ctx, src, dst, &srcSize, dstCapacity, compressionLevel, limitedOutput); in LZ4_compress_HC_extStateHC_fastReset()
1141 … LZ4_compressHC_continue_generic (LZ4_streamHCPtr, src, dst, &srcSize, dstCapacity, limitedOutput); in LZ4_compress_HC_continue()
1236 …treamHC_t*)LZ4HC_Data)->internal_donotuse, src, dst, &srcSize, dstCapacity, cLevel, limitedOutput); in LZ4_compressHC2_limitedOutput_continue()
1558 if (limit == limitedOutput) { /* Check output limit */ in LZ4HC_compress_optimal()