Searched refs:streaming_operation (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/lib/zstd/decompress/ |
D | zstd_decompress_block.h | 40 } streaming_operation; typedef 50 … const void* src, size_t srcSize, const int frame, const streaming_operation streaming);
|
D | zstd_decompress_block.c | 74 …const streaming_operation streaming, const size_t expectedWriteSize, const unsigned splitImmediate… in ZSTD_allocateLiteralsBuffer() 110 void* dst, size_t dstCapacity, const streaming_operation streaming); 121 void* dst, size_t dstCapacity, const streaming_operation streaming) in ZSTD_decodeLiteralsBlock() 1980 … const void* src, size_t srcSize, const int frame, const streaming_operation streaming)
|