Go to the source code of this file.
|
| | lzo1x_decompress (const lzo_byte *src, lzo_uint src_len, lzo_byte *dst, lzo_uint *dst_len, lzo_voidp wrkmem) |
| |
| | lzo1x_decompress_x (const lzo_byte *src, lzo_uint src_len, lzo_byte *dst, lzo_uint *dst_len, lzo_voidp wrkmem) |
| |
| | lzo1x_1_compress (const lzo_byte *src, lzo_uint src_len, lzo_byte *dst, lzo_uint *dst_len, lzo_voidp wrkmem) |
| |
| | lzo1x_999_compress (const lzo_byte *src, lzo_uint src_len, lzo_byte *dst, lzo_uint *dst_len, lzo_voidp wrkmem) |
| |
◆ LZO1X_999_MEM_COMPRESS
| #define LZO1X_999_MEM_COMPRESS ((lzo_uint) (14 * 16384L * sizeof(short))) |
◆ LZO1X_MEM_COMPRESS
◆ LZO1X_MEM_DECOMPRESS
| #define LZO1X_MEM_DECOMPRESS (0) |
◆ lzo1x_1_compress()
◆ lzo1x_999_compress()
◆ lzo1x_decompress()
◆ lzo1x_decompress_x()