Lines Matching full:zstd
29 /* returns a string with version of zstd library */
34 /* ZWRAP_useZSTDcompression() enables/disables zstd compression during runtime.
35 … By default zstd compression is disabled. To enable zstd compression please use one of the methods:
39 All above-mentioned methods will enable zstd compression for all threads.
43 /* checks if zstd compression is turned on */
47 It will change ZSTD compression parameters what may improve compression speed and/or ratio.
64 /* ZWRAP_setDecompressionType() enables/disables automatic recognition of zstd/zlib compressed data…
65 By default auto-detection of zstd and zlib streams in enabled (ZWRAP_AUTO).
71 /* checks zstd decompression type */
74 /* Checks if zstd decompression is used for a given stream.
75 If will return 1 only when inflate() was called and zstd header was detected. */