Go to the documentation of this file.
37 #if defined (__cplusplus)
89 #define LZ4_STREAMHCSIZE 262192
90 #define LZ4_STREAMHCSIZE_SIZET (LZ4_STREAMHCSIZE / sizeof(size_t))
149 #ifndef LZ4_DEPRECATE_WARNING_DEFBLOCK
150 # define LZ4_DEPRECATE_WARNING_DEFBLOCK
151 # define LZ4_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
152 # if (LZ4_GCC_VERSION >= 405) || defined(__clang__)
153 # define LZ4_DEPRECATED(message) __attribute__((deprecated(message)))
154 # elif (LZ4_GCC_VERSION >= 301)
155 # define LZ4_DEPRECATED(message) __attribute__((deprecated))
156 # elif defined(_MSC_VER)
157 # define LZ4_DEPRECATED(message) __declspec(deprecated(message))
159 # pragma message("WARNING: You need to implement LZ4_DEPRECATED for this compiler")
160 # define LZ4_DEPRECATED(message)
162 #endif // LZ4_DEPRECATE_WARNING_DEFBLOCK
187 #if defined (__cplusplus)
int LZ4_sizeofStreamStateHC(void)
int LZ4_compressHC2_limitedOutput_continue(void *LZ4HC_Data, const char *source, char *dest, int inputSize, int maxOutputSize, int compressionLevel)
int LZ4_compressHC_continue(LZ4_streamHC_t *LZ4_streamHCPtr, const char *source, char *dest, int inputSize)
int LZ4_compress_HC_continue(LZ4_streamHC_t *streamHCPtr, const char *src, char *dst, int srcSize, int maxDstSize)
#define LZ4_DEPRECATED(message)
int LZ4_compressHC2_withStateHC(void *state, const char *source, char *dest, int inputSize, int compressionLevel)
char * LZ4_slideInputBufferHC(void *LZ4HC_Data)
int LZ4_freeStreamHC(LZ4_streamHC_t *streamHCPtr)
void LZ4_resetStreamHC(LZ4_streamHC_t *streamHCPtr, int compressionLevel)
int LZ4_compressHC_withStateHC(void *state, const char *source, char *dest, int inputSize)
const char char int int maxOutputSize
int LZ4_resetStreamStateHC(void *state, char *inputBuffer)
int LZ4_compressHC_limitedOutput_withStateHC(void *state, const char *source, char *dest, int inputSize, int maxOutputSize)
RecoveryProgressState state
int LZ4_compressHC2_continue(void *LZ4HC_Data, const char *source, char *dest, int inputSize, int compressionLevel)
int LZ4_compress_HC(const char *src, char *dst, int srcSize, int maxDstSize, int compressionLevel)
void * LZ4_createHC(char *inputBuffer)
#define LZ4_STREAMHCSIZE_SIZET
int LZ4_compressHC_limitedOutput_continue(LZ4_streamHC_t *LZ4_streamHCPtr, const char *source, char *dest, int inputSize, int maxOutputSize)
int LZ4_compressHC_limitedOutput(const char *source, char *dest, int inputSize, int maxOutputSize)
int LZ4_loadDictHC(LZ4_streamHC_t *streamHCPtr, const char *dictionary, int dictSize)
LZ4_streamHC_t * LZ4_createStreamHC(void)
int LZ4_compressHC2_limitedOutput(const char *source, char *dest, int inputSize, int maxOutputSize, int compressionLevel)
const char char int int compressionLevel
int LZ4_saveDictHC(LZ4_streamHC_t *streamHCPtr, char *safeBuffer, int maxDictSize)
int LZ4_sizeofStateHC(void)
int LZ4_compress_HC_extStateHC(void *state, const char *src, char *dst, int srcSize, int maxDstSize, int compressionLevel)
int LZ4_compressHC(const char *source, char *dest, int inputSize)
int LZ4_freeHC(void *LZ4HC_Data)
const char char int inputSize
int LZ4_compressHC2_limitedOutput_withStateHC(void *state, const char *source, char *dest, int inputSize, int maxOutputSize, int compressionLevel)
int LZ4_compressHC2(const char *source, char *dest, int inputSize, int compressionLevel)
rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jul 25 2024 02:50:11