Searched refs:limitedOutput (Results 1 – 1 of 1) sorted by relevance
/DragonOS-0.1.2/kernel/src/libs/ |
D | lz4.c | 314 limitedOutput = 1, enumerator 1353 if ((outputDirective == limitedOutput) && /* Check output buffer overflow */ in LZ4_compress_generic_validated() 1470 assert(outputDirective == limitedOutput); in LZ4_compress_generic_validated() 1590 assert(outputDirective == limitedOutput); in LZ4_compress_generic_validated() 1693 …4_compress_generic(ctx, source, dest, inputSize, NULL, maxOutputSize, limitedOutput, byU16, noDict… in LZ4_compress_fast_extState() 1698 …4_compress_generic(ctx, source, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, no… in LZ4_compress_fast_extState() 1750 …eturn LZ4_compress_generic(ctx, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, no… in LZ4_compress_fast_extState_fastReset() 1754 …eturn LZ4_compress_generic(ctx, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, no… in LZ4_compress_fast_extState_fastReset() 1761 …return LZ4_compress_generic(ctx, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, n… in LZ4_compress_fast_extState_fastReset() 2049 …ress_generic(streamPtr, source, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, wi… in LZ4_compress_fast_continue() [all …]
|