krfb
#include <limits.h>
#include <stddef.h>
#include "lzodefs.h"
Go to the source code of this file.
|
typedef lzo_uint lzo_bytep | dst |
|
typedef lzo_uint lzo_bytep
lzo_uintp | dst_len |
|
typedef lzo_uint | items |
|
typedef int | lzo_bool |
|
typedef struct lzo_callback_t | lzo_callback_t |
|
typedef int(__LZO_CDECL * | lzo_compress_dict_t )(const lzo_bytep src, lzo_uint src_len, lzo_bytep dst, lzo_uintp dst_len, lzo_voidp wrkmem, const lzo_bytep dict, lzo_uint dict_len) |
|
typedef int(__LZO_CDECL * | lzo_decompress_dict_t )(const lzo_bytep src, lzo_uint src_len, lzo_bytep dst, lzo_uintp dst_len, lzo_voidp wrkmem, const lzo_bytep dict, lzo_uint dict_len) |
|
typedef lzo_voidp | ptr |
|
typedef lzo_uint lzo_uint | size |
|
typedef lzo_uint | src_len |
|
typedef lzo_uint lzo_bytep
lzo_uintp lzo_voidp | wrkmem |
|
|
typedef | int (__LZO_CDECL *lzo_compress_t)(const lzo_bytep src |
|
| lzo_adler32 (lzo_uint32 c, const lzo_bytep buf, lzo_uint len) |
|
| lzo_crc32 (lzo_uint32 c, const lzo_bytep buf, lzo_uint len) |
|
| LZO_EXTERN (int) __lzo_init_v2(unsigned |
|
| LZO_EXTERN (unsigned) lzo_version(void) |
|
| LZO_EXTERN (const char *) lzo_version_string(void) |
|
| LZO_EXTERN (const lzo_charp) _lzo_version_string(void) |
|
| lzo_get_crc32_table (void) |
|
| lzo_memcmp (const lzo_voidp a, const lzo_voidp b, lzo_uint len) |
|
| lzo_memcpy (lzo_voidp dst, const lzo_voidp src, lzo_uint len) |
|
| lzo_memmove (lzo_voidp dst, const lzo_voidp src, lzo_uint len) |
|
| lzo_memset (lzo_voidp buf, int c, lzo_uint len) |
|
typedef | lzo_voidp (__LZO_CDECL *lzo_alloc_func_t)(lzo_callback_p self |
|
typedef | void (__LZO_CDECL *lzo_free_func_t)(lzo_callback_p self |
|
#define __LZO_EXPORT1 /*empty*/ |
#define __LZO_EXPORT2 /*empty*/ |
#define __LZO_EXTERN_C extern |
#define __LZO_MMODEL /*empty*/ |
#define LZO_E_EOF_NOT_FOUND (-7) |
#define LZO_E_INPUT_NOT_CONSUMED (-8) |
#define LZO_E_INPUT_OVERRUN (-4) |
#define LZO_E_LOOKBEHIND_OVERRUN (-6) |
#define LZO_E_NOT_COMPRESSIBLE (-3) /* [not used right now] */ |
#define LZO_E_NOT_YET_IMPLEMENTED (-9) /* [not used right now] */ |
#define LZO_E_OUT_OF_MEMORY (-2) /* [not used right now] */ |
#define LZO_E_OUTPUT_OVERRUN (-5) |
Value:__lzo_init_v2(
LZO_VERSION,(
int)
sizeof(
short),(
int)
sizeof(
int),\
(
int)
sizeof(
long),(
int)
sizeof(lzo_uint32),(
int)
sizeof(
lzo_uint),\
#define lzo_sizeof_dict_t
Definition at line 331 of file lzoconf.h.
#define LZO_PRIVATE |
( |
|
_rettype | ) |
static _rettype __LZO_CDECL |
#define lzo_sizeof_dict_t ((unsigned)sizeof(lzo_bytep)) |
#define LZO_UINT32_C |
( |
|
c | ) |
c ## UL |
#define LZO_VERSION 0x2040 |
#define LZO_VERSION_DATE "Oct 31 2010" |
#define LZO_VERSION_STRING "2.04" |
LZO_EXTERN |
( |
const char * |
| ) |
|
lzo_get_crc32_table |
( |
void |
| ) |
|
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:10 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.