Lines Matching refs:zstd
41 via the [advanced API defined in `lib/zstd.h`](https://github.com/facebook/zstd/blob/v1.4.3/lib/zst…
46 Zstandard's stable API is exposed within [lib/zstd.h](zstd.h).
56 - `ZSTD_STATIC_LINKING_ONLY` : if this macro is defined _before_ including `zstd.h`,
58 exposed in the second part of `zstd.h`.
82 - `lib/legacy` : makes it possible to decompress legacy zstd formats, starting from `v0.1.0`.
171 that zstd does not use. Not all unused functions are hidden, but they can be if needed.
185 can be overridden to control the visibility of zstd's API. Additionally,
187 of zstd's static API. Specifically, it can be set to `ZSTDLIB_HIDDEN` to hide the symbols
201 The header file `zstd.h` and the dynamic library `dll\libzstd.dll` are required to
237 Consider migrating code towards supported streaming API exposed in `zstd.h`.
245 - `Makefile` : `make` script to build and install zstd library (static and dynamic)