Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds