Function type definitions
Status codes
Calculates the maximum compressed length of data which has a length of uncompressed_length.
Calculates an Adler-32 value from data in _buf.
Returns the initial Adler-32 value to use with lzo_adler32().
Calculates a 32-bit CRC value from data in _buf.
Returns the initial 32-bit CRC value to use with lzo_crc32().
Returns the table of 32-bit CRC values of all byte values. The table has a length of 256.
Initializes the library and informs it about the size of a variety of data types.
Returns the library version number.
Working memory size
lzo_callback_t structure
Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).
Bear in mind this module provides bindings to an external library that has its own license, which might be more restrictive. Please check the external library license to see which conditions apply for linking.
Copyright (c) 2009-2016 dunnhumby Germany GmbH. All rights reserved.
LZO library binding (lzoconf.h functions)
Please consult the original header documentation for details.
You need to have the library installed and link with -llzo2.