#include <limits.h>
Go to the source code of this file.
|
| | LZO_EXTERN (int) lzo_init(void) |
| |
| | LZO_EXTERN (unsigned) lzo_version(void) |
| |
| | LZO_EXTERN (const char *) lzo_version_string(void) |
| |
| | lzo_memcmp (const lzo_voidp _s1, const lzo_voidp _s2, lzo_uint _len) |
| |
| | lzo_memcpy (lzo_voidp _dest, const lzo_voidp _src, lzo_uint _len) |
| |
| | lzo_memmove (lzo_voidp _dest, const lzo_voidp _src, lzo_uint _len) |
| |
| | lzo_memset (lzo_voidp _s, int _c, lzo_uint _len) |
| |
| | lzo_adler32 (lzo_uint _adler, const lzo_byte *_buf, lzo_uint _len) |
| |
◆ __LZO_ENTRY
◆ __LZO_EXPORT
◆ __LZO_MMODEL
◆ LZO_ALIGN
| #define LZO_ALIGN |
( |
| ptr, |
|
|
| size ) |
◆ lzo_byte
◆ lzo_bytep
◆ lzo_bytepp
◆ LZO_E_EOF_NOT_FOUND
| #define LZO_E_EOF_NOT_FOUND (-3) |
◆ LZO_E_ERROR
◆ LZO_E_INPUT_OVERRUN
| #define LZO_E_INPUT_OVERRUN (-4) |
◆ LZO_E_LOOKBEHIND_OVERRUN
| #define LZO_E_LOOKBEHIND_OVERRUN (-6) |
◆ LZO_E_NOT_COMPRESSIBLE
| #define LZO_E_NOT_COMPRESSIBLE (-2) /* not used right now */ |
◆ LZO_E_OK
◆ LZO_E_OUT_OF_MEMORY
| #define LZO_E_OUT_OF_MEMORY (-7) /* not used right now */ |
◆ LZO_E_OUTPUT_OVERRUN
| #define LZO_E_OUTPUT_OVERRUN (-5) |
◆ LZO_EXTERN
| #define LZO_EXTERN |
( |
| _rettype | ) |
|
◆ LZO_EXTERN_C
| #define LZO_EXTERN_C extern |
◆ lzo_intp
◆ LZO_UINT_MAX
| #define LZO_UINT_MAX UINT_MAX |
◆ lzo_uintp
◆ LZO_VERSION
| #define LZO_VERSION 0x0200 |
◆ LZO_VERSION_DATE
| #define LZO_VERSION_DATE "11 Aug 1996" |
◆ LZO_VERSION_STRING
| #define LZO_VERSION_STRING "0.20" |
◆ lzo_voidp
◆ lzo_voidpp
◆ lzo_compress_t
◆ lzo_decompress_t
◆ lzo_int
◆ lzo_progress_callback_t
◆ lzo_ptr_t
◆ lzo_uint
◆ lzo_adler32()
◆ LZO_EXTERN() [1/3]
| LZO_EXTERN |
( |
const char * | | ) |
|
◆ LZO_EXTERN() [2/3]
◆ LZO_EXTERN() [3/3]
◆ lzo_memcmp()
◆ lzo_memcpy()
◆ lzo_memmove()
◆ lzo_memset()