Home
last modified time | relevance | path

Searched refs:ZSTD_DEPRECATED (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h1095 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API /* disable deprecation warnings */ macro
1098 # define ZSTD_DEPRECATED(message) [[deprecated(message)]] ZSTDLIB_STATIC_API macro
1100 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API __attribute__((deprecated(message))) macro
1102 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API __attribute__((deprecated)) macro
1104 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API __declspec(deprecated(message)) macro
1107 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API macro
1677 ZSTD_DEPRECATED("use ZSTD_compress2")
1688 ZSTD_DEPRECATED("use ZSTD_compress2 with ZSTD_CCtx_loadDictionary")
2168 ZSTD_DEPRECATED("use ZSTD_DCtx_setParameter() instead")
2204 ZSTD_DEPRECATED("use ZSTD_CCtx_reset, see zstd.h for detailed instructions")
[all …]