Searched refs:not_streaming (Results 1 - 3 of 3) sorted by last modified time

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

Completed in 174 milliseconds