Searched refs:LZ4LIB_API (Results 1 – 1 of 1) sorted by relevance
/DragonOS-0.1.8/kernel/src/common/ |
D | lz4.h | 93 #define LZ4LIB_API __declspec(dllexport) LZ4LIB_VISIBILITY macro 95 #define LZ4LIB_API __declspec(dllimport) LZ4LIB_VISIBILITY /* It isn't required but allows to gener… 97 #define LZ4LIB_API LZ4LIB_VISIBILITY 112 …LZ4LIB_API int LZ4_versionNumber(void); /**< library version number; useful to check dll v… 113 …LZ4LIB_API const char *LZ4_versionString(void); /**< library version string; useful to check dll v… 146 LZ4LIB_API int LZ4_compress_default(const char *src, char *dst, int srcSize, int dstCapacity); 162 …LZ4LIB_API int LZ4_decompress_safe(const char *src, char *dst, int compressedSize, int dstCapacity… 179 LZ4LIB_API int LZ4_compressBound(int inputSize); 189 …LZ4LIB_API int LZ4_compress_fast(const char *src, char *dst, int srcSize, int dstCapacity, int acc… 197 LZ4LIB_API int LZ4_sizeofState(void); [all …]
|