Lines Matching full:streaming
17 <li><a href="#Chapter7">Streaming</a></li>
18 <li><a href="#Chapter8">Streaming compression - HowTo</a></li>
19 <li><a href="#Chapter9">Streaming decompression - HowTo</a></li>
29 <li><a href="#Chapter19">Advanced streaming functions</a></li>
30 <li><a href="#Chapter20">Buffer-less and synchronous inner streaming functions</a></li>
31 <li><a href="#Chapter21">Buffer-less streaming compression (synchronous mode)</a></li>
32 <li><a href="#Chapter22">Buffer-less streaming decompression (synchronous mode)</a></li>
51 - unbounded multiple steps (described as Streaming compression)
92 If user cannot imply a maximum upper bound, it's better to use streaming mode to decompress data.
107 …note 2 : decompressed size is an optional field, it may not be present, typically in streaming mod…
109 In which case, it's necessary to use streaming mode to decompress data.
117 In which case, it's necessary to use streaming mode to decompress data.
229 * This will set a memory budget for streaming decompression,
235 … * requires explicitly allowing such size at streaming decompression stage. */
308 … * For streaming scenarios, content size must be provided with ZSTD_CCtx_setPledgedSrcSize() */
469 * the streaming API will refuse to allocate memory buffer
471 …* This parameter is only useful in streaming mode, since no internal buffer is allocated in single…
518 <a name="Chapter7"></a><h2>Streaming</h2><pre></pre>
532 <a name="Chapter8"></a><h2>Streaming compression - HowTo</h2><pre>
533 A ZSTD_CStream object is required to track streaming operation.
597 <h3>Streaming compression functions</h3><pre></pre><b><pre>typedef enum {
660 <a name="Chapter9"></a><h2>Streaming decompression - HowTo</h2><pre>
661 A ZSTD_DStream object is required to track streaming operations.
691 <h3>Streaming decompression functions</h3><pre></pre><b><pre></pre></b><BR>
1094 … 1 : decompressed size is an optional field, that may not be present, especially in streaming mode.
1096 In which case, it's necessary to use streaming mode to decompress data.
1100 In which case, it's necessary to use streaming mode to decompress data.
1244 Therefore, the estimation is only guaranteed for single-shot compressions, not streaming.
1275 Note : if streaming is init with function ZSTD_init?Stream_usingDict(),
1536 …This parameter is only useful in streaming mode, since no internal buffer is allocated in single-p…
1569 <a name="Chapter19"></a><h2>Advanced streaming functions</h2><pre> Warning : most of these functio…
1574 <h3>Advanced Streaming compression functions</h3><pre></pre><b><pre></pre></b><BR>
1707 <h3>Advanced Streaming decompression functions</h3><pre></pre><b><pre></pre></b><BR>
1737 <a name="Chapter20"></a><h2>Buffer-less and synchronous inner streaming functions</h2><pre>
1740 Prefer normal streaming API for an easier experience.
1744 <a name="Chapter21"></a><h2>Buffer-less streaming compression (synchronous mode)</h2><pre>
1745 A ZSTD_CCtx object is required to track streaming operations.
1772 <h3>Buffer-less streaming compression functions</h3><pre></pre><b><pre>ZSTDLIB_STATIC_API size_t ZS…
1779 <a name="Chapter22"></a><h2>Buffer-less streaming decompression (synchronous mode)</h2><pre>
1780 A ZSTD_DCtx object is required to track streaming operations.
1850 <h3>Buffer-less streaming decompression functions</h3><pre></pre><b><pre>typedef enum { ZSTD_frame,…