Searched refs:not_streaming (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/lib/zstd/decompress/ |
| H A D | zstd_decompress_block.h | 39 not_streaming = 0, enumerator
|
| H A D | zstd_decompress_block.c | 86 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 D | zstd_decompress.c | 974 …e = ZSTD_decompressBlock_internal(dctx, op, (size_t)(oBlockEnd-op), ip, cBlockSize, not_streaming); in ZSTD_decompressFrame()
|