Searched refs:LZ4_DEPRECATED (Results 1 – 1 of 1) sorted by relevance
780 # define LZ4_DEPRECATED(message) /* disable deprecation warnings */ macro783 # define LZ4_DEPRECATED(message) [[deprecated(message)]] macro785 # define LZ4_DEPRECATED(message) __declspec(deprecated(message)) macro787 # define LZ4_DEPRECATED(message) __attribute__((deprecated(message))) macro789 # define LZ4_DEPRECATED(message) __attribute__((deprecated)) macro792 # define LZ4_DEPRECATED(message) /* disabled */ macro797 LZ4_DEPRECATED("use LZ4_compress_default() instead") LZ4LIB_API int LZ4_compress …798 LZ4_DEPRECATED("use LZ4_compress_default() instead") LZ4LIB_API int LZ4_compress_limitedOutpu…799 LZ4_DEPRECATED("use LZ4_compress_fast_extState() instead") LZ4LIB_API int LZ4_compress_withState …800 LZ4_DEPRECATED("use LZ4_compress_fast_extState() instead") LZ4LIB_API int LZ4_compress_limitedOutpu…[all …]