Searched refs:not_streaming (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/lib/zstd/decompress/ |
A D | zstd_decompress_block.h | 38 not_streaming = 0, enumerator
|
A D | zstd_decompress_block.c | 76 …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);
|
A D | zstd_decompress.c | 873 …ecompressBlock_internal(dctx, op, (size_t)(oend-op), ip, cBlockSize, /* frame */ 1, not_streaming); in ZSTD_decompressFrame()
|
Completed in 12 milliseconds