Go to the documentation of this file.
37 #if defined (__cplusplus)
42 int LZ4_compressHC (
const char* source,
char* dest,
int inputSize);
66 int LZ4_compressHC2 (
const char* source,
char* dest,
int inputSize,
int compressionLevel);
108 #define LZ4_STREAMHCSIZE_U64 32774
109 #define LZ4_STREAMHCSIZE (LZ4_STREAMHCSIZE_U64 * sizeof(unsigned long long))
165 int LZ4_compressHC2_continue (
void* LZ4HC_Data,
const char* source,
char* dest,
int inputSize,
int compressionLevel);
172 #if defined (__cplusplus)