Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zstd/decompress/
Dzstd_decompress_block.h38 not_streaming = 0, enumerator
Dzstd_decompress_block.c76 …if (streaming == not_streaming && dstCapacity > ZSTD_BLOCKSIZE_MAX + WILDCOPY_OVERLENGTH + litSize… in ZSTD_allocateLiteralsBuffer()
2069 … ZSTD_decompressBlock_internal(dctx, dst, dstCapacity, src, srcSize, /* frame */ 0, not_streaming);
Dzstd_decompress.c891 …ressBlock_internal(dctx, op, (size_t)(oBlockEnd-op), ip, cBlockSize, /* frame */ 1, not_streaming); in ZSTD_decompressFrame()