Lines Matching full:streaming

56     - unbounded multiple steps (described as Streaming compression)
123 …* If user cannot imply a maximum upper bound, it's better to use streaming mode to decompress dat…
137 …* note 2 : decompressed size is an optional field, it may not be present, typically in streaming
139 * In which case, it's necessary to use streaming mode to decompress data.
147 * In which case, it's necessary to use streaming mode to decompress data.
285 * This will set a memory budget for streaming decompression,
291 … * requires explicitly allowing such size at streaming decompression stage. */
363 … * For streaming scenarios, content size must be provided with ZSTD_CCtx_setPledgedSrcSize() */
516 * the streaming API will refuse to allocate memory buffer
518 …* This parameter is only useful in streaming mode, since no internal buffer is allocated in single…
563 * Streaming
581 * Streaming compression - HowTo
583 * A ZSTD_CStream object is required to track streaming operation.
647 /*===== Streaming compression functions =====*/
694 * If the streaming interface is invoked from some other language,
706 * This following is a legacy streaming API.
735 * Streaming decompression - HowTo
737 * A ZSTD_DStream object is required to track streaming operations.
767 /*===== Streaming decompression functions =====*/
1071 #define ZSTD_WINDOWLOG_LIMIT_DEFAULT 27 /* by default, the streaming decoder will refuse any frame
1220 … 1 : decompressed size is an optional field, that may not be present, especially in streaming mode.
1222 * In which case, it's necessary to use streaming mode to decompress data.
1226 * In which case, it's necessary to use streaming mode to decompress data.
1278 * Therefore, the estimation is only guaranteed for single-shot compressions, not streaming.
1308 * Note : if streaming is init with function ZSTD_init?Stream_usingDict(),
1644 …* This parameter is only useful in streaming mode, since no internal buffer is allocated in singl…
1673 * streaming API.
1707 * Advanced streaming functions
1713 /*===== Advanced Streaming compression functions =====*/
1851 /*===== Advanced Streaming decompression functions =====*/
1886 * Buffer-less and synchronous inner streaming functions
1890 * Prefer normal streaming API for an easier experience.
1894 Buffer-less streaming compression (synchronous mode)
1896 A ZSTD_CCtx object is required to track streaming operations.
1924 /*===== Buffer-less streaming compression functions =====*/
1937 Buffer-less streaming decompression (synchronous mode)
1939 A ZSTD_DCtx object is required to track streaming operations.
2009 /*===== Buffer-less streaming decompression functions =====*/