Go to the source code of this file.
Classes | |
| class | LZOCompressor |
Macros | |
| #define | LZO_BUFFER_SIZE(s) |
Functions | |
| int | lzo1x_1_compress (const lzo_byte *in, lzo_uint in_len, lzo_byte *out, lzo_uint *out_len, lzo_voidp wrkmem) |
| int | lzo1x_decompress (const lzo_byte *in, lzo_uint in_len, lzo_byte *out, lzo_uint *out_len, lzo_voidp) |
| #define LZO_BUFFER_SIZE | ( | s | ) |
| int lzo1x_1_compress | ( | const lzo_byte * | in, |
| lzo_uint | in_len, | ||
| lzo_byte * | out, | ||
| lzo_uint * | out_len, | ||
| lzo_voidp | wrkmem ) |
Definition at line 335 of file lzo1x_c.cpp.