#include <limits.h>
#include <stddef.h>
#include "lzodefs.h"
#include "lzoconf.h"
Go to the source code of this file.
|
| lzo1x_1_compress (const lzo_bytep src, lzo_uint src_len, lzo_bytep dst, lzo_uintp dst_len, lzo_voidp wrkmem) |
|
| lzo1x_decompress (const lzo_bytep src, lzo_uint src_len, lzo_bytep dst, lzo_uintp dst_len, lzo_voidp wrkmem) |
|
| lzo1x_decompress_safe (const lzo_bytep src, lzo_uint src_len, lzo_bytep dst, lzo_uintp dst_len, lzo_voidp wrkmem) |
|
◆ LZO1X_1_MEM_COMPRESS
◆ LZO1X_MEM_COMPRESS
◆ LZO1X_MEM_DECOMPRESS
#define LZO1X_MEM_DECOMPRESS (0) |
◆ MINILZO_VERSION
#define MINILZO_VERSION 0x20a0 /* 2.10 */ |
◆ lzo1x_1_compress()
◆ lzo1x_decompress()
◆ lzo1x_decompress_safe()