Searched refs:LZ4LIB_API (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/lz4/ |
D | lz4.h | 105 # define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro 107 # define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gen… 109 # define LZ4LIB_API LZ4LIB_VISIBILITY 154 LZ4LIB_API int LZ4_versionNumber (void); /**< library version number; useful to check dll version;… 155 LZ4LIB_API const char* LZ4_versionString (void); /**< library version string; useful to check dll… 201 LZ4LIB_API int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity); 218 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity… 236 LZ4LIB_API int LZ4_compressBound(int inputSize); 246 LZ4LIB_API int LZ4_compress_fast (const char* src, char* dst, int srcSize, int dstCapacity, int acc… 255 LZ4LIB_API int LZ4_sizeofState(void); [all …]
|