Searched refs:ZSTD_DEPRECATED (Results 1 – 1 of 1) sorted by relevance
1095 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API /* disable deprecation warnings */ macro1098 # define ZSTD_DEPRECATED(message) [[deprecated(message)]] ZSTDLIB_STATIC_API macro1100 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API __attribute__((deprecated(message))) macro1102 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API __attribute__((deprecated)) macro1104 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API __declspec(deprecated(message)) macro1107 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API macro1677 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 …]