Lines Matching full:zstd
37 via the [advanced API defined in `lib/zstd.h`](https://github.com/facebook/zstd/blob/v1.4.3/lib/zst…
42 Zstandard's stable API is exposed within [lib/zstd.h](zstd.h).
52 - `ZSTD_STATIC_LINKING_ONLY` : if this macro is defined _before_ including `zstd.h`,
54 exposed in the second part of `zstd.h`.
78 - `lib/legacy` : makes it possible to decompress legacy zstd formats, starting from `v0.1.0`.
113 a time or two symbols at a time. Zstd normally includes both (and dispatches
151 that zstd does not use. Not all unused functions are hidden, but they can be if needed.
170 The header file `zstd.h` and the dynamic library `dll\libzstd.dll` are required to
173 It means that if a project that uses ZSTD consists of a single `test-dll.c`
178 The compiled executable will require ZSTD DLL which is available at `dll\libzstd.dll`.
206 Consider migrating code towards supported streaming API exposed in `zstd.h`.
214 - `Makefile` : `make` script to build and install zstd library (static and dynamic)