Lines Matching full:decompression
92 * compression, and more memory needed during decompression.
98 * @searchLength: Match length searched. Larger means faster decompression,
183 /* ====== Single-pass Decompression ====== */
196 * zstd_init_dctx() - initialize a zstd decompression context
202 * Return: A zstd decompression context or NULL on error.
208 * @dctx: The decompression 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.
382 * @dstream: The zstd streaming decompression context.