Home
last modified time | relevance | path

Searched refs:LZ4FLIB_STATIC_API (Results 1 – 1 of 1) sorted by relevance

/external/lz4/lib/
Dlz4frame.h441 #define LZ4FLIB_STATIC_API LZ4FLIB_API macro
443 #define LZ4FLIB_STATIC_API
476 LZ4FLIB_STATIC_API LZ4F_errorCodes LZ4F_getErrorCode(size_t functionResult);
490 LZ4FLIB_STATIC_API LZ4F_CDict* LZ4F_createCDict(const void* dictBuffer, size_t dictSize);
491 LZ4FLIB_STATIC_API void LZ4F_freeCDict(LZ4F_CDict* CDict);
504 LZ4FLIB_STATIC_API size_t LZ4F_compressFrame_usingCDict(
519 LZ4FLIB_STATIC_API size_t LZ4F_compressBegin_usingCDict(
530 LZ4FLIB_STATIC_API size_t LZ4F_decompress_usingDict(