Lines Matching refs:ZSTD_DEPRECATED
1095 # 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")
2221 ZSTD_DEPRECATED("use ZSTD_CCtx_reset, see zstd.h for detailed instructions")
2241 ZSTD_DEPRECATED("use ZSTD_CCtx_reset, see zstd.h for detailed instructions")
2255 ZSTD_DEPRECATED("use ZSTD_CCtx_reset and ZSTD_CCtx_refCDict, see zstd.h for detailed instructions")
2273 ZSTD_DEPRECATED("use ZSTD_CCtx_reset and ZSTD_CCtx_refCDict, see zstd.h for detailed instructions")
2297 ZSTD_DEPRECATED("use ZSTD_CCtx_reset, see zstd.h for detailed instructions")
2417 ZSTD_DEPRECATED("use advanced API to access custom parameters")
2419 ZSTD_DEPRECATED("use advanced API to access custom parameters")