108 "G_lz4_compress(): programmer error, destination is too small");
183 G_warning(
_(
"Got uncompressed size %d, expected %d"), (
int)nbytes,
int G_lz4_compress(unsigned char *src, int src_sz, unsigned char *dst, int dst_sz)
int G_lz4_expand(unsigned char *src, int src_sz, unsigned char *dst, int dst_sz)
int G_lz4_compress_bound(int src_sz)
void G_free(void *)
Free allocated memory.
void G_warning(const char *,...) __attribute__((format(printf
int LZ4_compressBound(int isize)
int LZ4_compress_default(const char *src, char *dst, int srcSize, int dstCapacity)
int LZ4_decompress_safe(const char *src, char *dst, int compressedSize, int dstCapacity)
SYMBOL * err(FILE *fp, SYMBOL *s, char *msg)