Lines Matching full:streaming
212 * decompressed size, then it's better to use the streaming API.
223 /* ====== Streaming Buffers ====== */
226 * struct zstd_in_buffer - input buffer for streaming
237 * struct zstd_out_buffer - output buffer for streaming
247 /* ====== Streaming Compression ====== */
261 * zstd_init_cstream() - initialize a zstd streaming compression context
273 * Return: The zstd streaming compression context or NULL on error.
280 * @cstream: The zstd streaming compression context to reset.
294 * zstd_compress_stream() - streaming compress some of input into output
295 * @cstream: The zstd streaming compression context.
315 * @cstream: The zstd streaming compression context.
330 * @cstream: The zstd streaming compression context.
342 /* ====== Streaming Decompression ====== */
356 * zstd_init_dstream() - initialize a zstd streaming decompression context
364 * Return: The zstd streaming decompression context.
371 * @dstream: The zstd streaming decompression context to reset.
381 * zstd_decompress_stream() - streaming decompress some of input into output
382 * @dstream: The zstd streaming decompression context.