Lines Matching full:streaming

35  *  - unbounded multiple steps (described as Streaming compression)
291 * decompressed size, then it's better to use the streaming API.
335 * decompressed size, then it's better to use the streaming API.
447 * decompressed size, then it's better to use the streaming API.
463 * Streaming
467 * struct ZSTD_inBuffer - input buffer for streaming
480 * struct ZSTD_outBuffer - output buffer for streaming
495 * Streaming compression - HowTo
497 * A ZSTD_CStream object is required to track streaming operation.
501 * streaming operations will be achieved consecutively. Use one separate
535 * struct ZSTD_CStream - the zstd streaming compression context
541 * ZSTD_initCStream() - initialize a zstd streaming compression context
553 * Return: The zstd streaming compression context.
560 * ZSTD_initCStream_usingCDict() - initialize a streaming compression context
569 * Return: The zstd streaming compression context.
575 /*===== Streaming compression functions =====*/
578 * @zcs: The zstd streaming compression context to reset.
589 * ZSTD_compressStream() - streaming compress some of input into output
590 * @zcs: The zstd streaming compression context.
609 * @zcs: The zstd streaming compression context.
623 * @zcs: The zstd streaming compression context.
654 * Streaming decompression - HowTo
656 * A ZSTD_DStream object is required to track streaming operations.
680 * struct ZSTD_DStream - the zstd streaming decompression context
685 * ZSTD_initDStream() - initialize a zstd streaming decompression context
693 * Return: The zstd streaming decompression context.
698 * ZSTD_initDStream_usingDDict() - initialize streaming decompression context
707 * Return: The zstd streaming decompression context.
712 /*===== Streaming decompression functions =====*/
715 * @zds: The zstd streaming decompression context to reset.
724 * ZSTD_decompressStream() - streaming decompress some of input into output
725 * @zds: The zstd streaming decompression context.
952 * Buffer-less and synchronous inner streaming functions
957 * Prefer using normal streaming API for an easier experience
961 * Buffer-less streaming compression (synchronous mode)
963 * A ZSTD_CCtx object is required to track streaming operations.
1004 /*===== Buffer-less streaming compression functions =====*/
1023 * Buffer-less streaming decompression (synchronous mode)
1025 * A ZSTD_DCtx object is required to track streaming operations.
1099 /*===== Buffer-less streaming decompression functions =====*/