Home
last modified time | relevance | path

Searched refs:not_streaming (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/lib/zstd/decompress/
H A Dzstd_decompress_block.h39 not_streaming = 0, enumerator
H A Dzstd_decompress_block.c86 assert(dctx->isFrameDecompression || streaming == not_streaming); in ZSTD_allocateLiteralsBuffer()
88 …if (streaming == not_streaming && dstCapacity > blockSizeMax + WILDCOPY_OVERLENGTH + litSize + WIL… in ZSTD_allocateLiteralsBuffer()
352 return ZSTD_decodeLiteralsBlock(dctx, src, srcSize, dst, dstCapacity, not_streaming); in ZSTD_decodeLiteralsBlock_wrapper()
2197 dSize = ZSTD_decompressBlock_internal(dctx, dst, dstCapacity, src, srcSize, not_streaming);
H A Dzstd_decompress.c974 …e = ZSTD_decompressBlock_internal(dctx, op, (size_t)(oBlockEnd-op), ip, cBlockSize, not_streaming); in ZSTD_decompressFrame()