• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdenetwork API Reference
  • KDE Home
  • Contact Us
 

krfb

  • sources
  • kde-4.14
  • kdenetwork
  • krfb
  • libvncserver
Classes | Macros | Typedefs | Functions | Variables
lzoconf.h File Reference
#include <limits.h>
#include <stddef.h>
#include "lzodefs.h"
Include dependency graph for lzoconf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  __lzo_pu32_u
 
union  __lzo_pu_u
 
union  lzo_align_t
 
struct  lzo_callback_t
 

Macros

#define __LZO_CDECL   __lzo_cdecl
 
#define __LZO_EXPORT1   /*empty*/
 
#define __LZO_EXPORT2   /*empty*/
 
#define __LZO_EXTERN_C   extern
 
#define __LZO_MMODEL   /*empty*/
 
#define lzo_byte   unsigned char
 
#define lzo_bytep   unsigned char __LZO_MMODEL *
 
#define lzo_bytepp   lzo_bytep __LZO_MMODEL *
 
#define lzo_callback_p   lzo_callback_t __LZO_MMODEL *
 
#define lzo_charp   char __LZO_MMODEL *
 
#define LZO_E_EOF_NOT_FOUND   (-7)
 
#define LZO_E_ERROR   (-1)
 
#define LZO_E_INPUT_NOT_CONSUMED   (-8)
 
#define LZO_E_INPUT_OVERRUN   (-4)
 
#define LZO_E_INTERNAL_ERROR   (-99)
 
#define LZO_E_INVALID_ALIGNMENT   (-11) /* pointer argument is not properly aligned */
 
#define LZO_E_INVALID_ARGUMENT   (-10)
 
#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_OK   0
 
#define LZO_E_OUT_OF_MEMORY   (-2) /* [lzo_alloc_func_t failure] */
 
#define LZO_E_OUTPUT_NOT_CONSUMED   (-12)
 
#define LZO_E_OUTPUT_OVERRUN   (-5)
 
#define LZO_EXTERN(_rettype)   __LZO_EXTERN_C LZO_PUBLIC(_rettype)
 
#define lzo_init()
 
#define lzo_int16_tp   lzo_int16_t __LZO_MMODEL *
 
#define lzo_int32   lzo_int32_t
 
#define LZO_INT32_MAX   LZO_INT32_C(2147483647)
 
#define lzo_int32_tp   lzo_int32_t __LZO_MMODEL *
 
#define lzo_int32p   lzo_int32_t __LZO_MMODEL *
 
#define lzo_int8_tp   lzo_int8_t __LZO_MMODEL *
 
#define lzo_intp   lzo_int __LZO_MMODEL *
 
#define LZO_PRIVATE(_rettype)   static _rettype __LZO_CDECL
 
#define LZO_PTR_ALIGN_UP(p, size)   ((p) + (lzo_uint) __lzo_align_gap((const lzo_voidp)(p),(lzo_uint)(size)))
 
#define LZO_PUBLIC(_rettype)   __LZO_EXPORT1 _rettype __LZO_EXPORT2 __LZO_CDECL
 
#define lzo_shortp   short __LZO_MMODEL *
 
#define lzo_sizeof_dict_t   ((unsigned)sizeof(lzo_bytep))
 
#define lzo_uint16_tp   lzo_uint16_t __LZO_MMODEL *
 
#define lzo_uint32   lzo_uint32_t
 
#define LZO_UINT32_MAX   LZO_UINT32_C(4294967295)
 
#define lzo_uint32_tp   lzo_uint32_t __LZO_MMODEL *
 
#define lzo_uint32p   lzo_uint32_t __LZO_MMODEL *
 
#define lzo_uint8_tp   lzo_uint8_t __LZO_MMODEL *
 
#define lzo_uintp   lzo_uint __LZO_MMODEL *
 
#define lzo_ushortp   unsigned short __LZO_MMODEL *
 
#define LZO_VERSION   0x2070
 
#define LZO_VERSION_DATE   "Jun 25 2014"
 
#define LZO_VERSION_STRING   "2.07"
 
#define lzo_voidp   void __LZO_MMODEL *
 
#define lzo_voidpp   lzo_voidp __LZO_MMODEL *
 
#define lzo_xint   lzo_uint32_t
 
#define lzo_xintp   lzo_xint __LZO_MMODEL *
 

Typedefs

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
 

Functions

typedef int (__LZO_CDECL *lzo_decompress_t)(const lzo_bytep src
 
 lzo_adler32 (lzo_uint32_t c, const lzo_bytep buf, lzo_uint len)
 
 LZO_COMPILE_TIME_ASSERT_HEADER (sizeof(lzo_xint) >=sizeof(lzo_uint)) LZO_COMPILE_TIME_ASSERT_HEADER(sizeof(lzo_xint) >
 
 lzo_crc32 (lzo_uint32_t 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
 

Variables

typedef int
 
typedef lzo_uint
 

Macro Definition Documentation

#define __LZO_CDECL   __lzo_cdecl
#define __LZO_EXPORT1   /*empty*/
#define __LZO_EXPORT2   /*empty*/
#define __LZO_EXTERN_C   extern
#define __LZO_MMODEL   /*empty*/
#define lzo_byte   unsigned char

Definition at line 383 of file lzoconf.h.

#define lzo_bytep   unsigned char __LZO_MMODEL *
#define lzo_bytepp   lzo_bytep __LZO_MMODEL *
#define lzo_callback_p   lzo_callback_t __LZO_MMODEL *

Definition at line 267 of file lzoconf.h.

#define lzo_charp   char __LZO_MMODEL *
#define LZO_E_EOF_NOT_FOUND   (-7)

Definition at line 312 of file lzoconf.h.

#define LZO_E_ERROR   (-1)

Definition at line 306 of file lzoconf.h.

#define LZO_E_INPUT_NOT_CONSUMED   (-8)

Definition at line 313 of file lzoconf.h.

#define LZO_E_INPUT_OVERRUN   (-4)

Definition at line 309 of file lzoconf.h.

#define LZO_E_INTERNAL_ERROR   (-99)

Definition at line 318 of file lzoconf.h.

#define LZO_E_INVALID_ALIGNMENT   (-11) /* pointer argument is not properly aligned */

Definition at line 316 of file lzoconf.h.

#define LZO_E_INVALID_ARGUMENT   (-10)

Definition at line 315 of file lzoconf.h.

#define LZO_E_LOOKBEHIND_OVERRUN   (-6)

Definition at line 311 of file lzoconf.h.

#define LZO_E_NOT_COMPRESSIBLE   (-3) /* [not used right now] */

Definition at line 308 of file lzoconf.h.

#define LZO_E_NOT_YET_IMPLEMENTED   (-9) /* [not used right now] */

Definition at line 314 of file lzoconf.h.

#define LZO_E_OK   0

Definition at line 305 of file lzoconf.h.

#define LZO_E_OUT_OF_MEMORY   (-2) /* [lzo_alloc_func_t failure] */

Definition at line 307 of file lzoconf.h.

#define LZO_E_OUTPUT_NOT_CONSUMED   (-12)

Definition at line 317 of file lzoconf.h.

#define LZO_E_OUTPUT_OVERRUN   (-5)

Definition at line 310 of file lzoconf.h.

#define LZO_EXTERN (   _rettype)    __LZO_EXTERN_C LZO_PUBLIC(_rettype)
#define lzo_init ( )
Value:
__lzo_init_v2(LZO_VERSION,(int)sizeof(short),(int)sizeof(int),\
(int)sizeof(long),(int)sizeof(lzo_uint32_t),(int)sizeof(lzo_uint),\
(int)lzo_sizeof_dict_t,(int)sizeof(char *),(int)sizeof(lzo_voidp),\
(int)sizeof(lzo_callback_t))
LZO_VERSION
#define LZO_VERSION
Definition: lzoconf.h:32
lzo_uint
typedef lzo_uint
Definition: lzoconf.h:277
lzo_sizeof_dict_t
#define lzo_sizeof_dict_t
Definition: lzoconf.h:322
lzo_callback_t
Definition: lzoconf.h:279
lzo_voidp
#define lzo_voidp

Definition at line 331 of file lzoconf.h.

#define lzo_int16_tp   lzo_int16_t __LZO_MMODEL *
#define lzo_int32   lzo_int32_t

Definition at line 385 of file lzoconf.h.

#define LZO_INT32_MAX   LZO_INT32_C(2147483647)

Definition at line 389 of file lzoconf.h.

#define lzo_int32_tp   lzo_int32_t __LZO_MMODEL *
#define lzo_int32p   lzo_int32_t __LZO_MMODEL *

Definition at line 387 of file lzoconf.h.

#define lzo_int8_tp   lzo_int8_t __LZO_MMODEL *
#define lzo_intp   lzo_int __LZO_MMODEL *
#define LZO_PRIVATE (   _rettype)    static _rettype __LZO_CDECL
#define LZO_PTR_ALIGN_UP (   p,
  size 
)    ((p) + (lzo_uint) __lzo_align_gap((const lzo_voidp)(p),(lzo_uint)(size)))

Definition at line 374 of file lzoconf.h.

#define LZO_PUBLIC (   _rettype)    __LZO_EXPORT1 _rettype __LZO_EXPORT2 __LZO_CDECL
#define lzo_shortp   short __LZO_MMODEL *
#define lzo_sizeof_dict_t   ((unsigned)sizeof(lzo_bytep))

Definition at line 322 of file lzoconf.h.

#define lzo_uint16_tp   lzo_uint16_t __LZO_MMODEL *
#define lzo_uint32   lzo_uint32_t

Definition at line 386 of file lzoconf.h.

#define LZO_UINT32_MAX   LZO_UINT32_C(4294967295)

Definition at line 390 of file lzoconf.h.

#define lzo_uint32_tp   lzo_uint32_t __LZO_MMODEL *
#define lzo_uint32p   lzo_uint32_t __LZO_MMODEL *

Definition at line 388 of file lzoconf.h.

#define lzo_uint8_tp   lzo_uint8_t __LZO_MMODEL *
#define lzo_uintp   lzo_uint __LZO_MMODEL *
#define lzo_ushortp   unsigned short __LZO_MMODEL *
#define LZO_VERSION   0x2070

Definition at line 32 of file lzoconf.h.

#define LZO_VERSION_DATE   "Jun 25 2014"

Definition at line 34 of file lzoconf.h.

#define LZO_VERSION_STRING   "2.07"

Definition at line 33 of file lzoconf.h.

#define lzo_voidp   void __LZO_MMODEL *
#define lzo_voidpp   lzo_voidp __LZO_MMODEL *
#define lzo_xint   lzo_uint32_t

Definition at line 128 of file lzoconf.h.

#define lzo_xintp   lzo_xint __LZO_MMODEL *

Typedef Documentation

typedef lzo_uint lzo_bytep dst

Definition at line 240 of file lzoconf.h.

typedef lzo_uint lzo_bytep lzo_uintp dst_len

Definition at line 240 of file lzoconf.h.

typedef lzo_uint items

Definition at line 271 of file lzoconf.h.

typedef int lzo_bool

Definition at line 131 of file lzoconf.h.

typedef struct lzo_callback_t lzo_callback_t

Definition at line 266 of file lzoconf.h.

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)

Definition at line 250 of file lzoconf.h.

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)

Definition at line 256 of file lzoconf.h.

typedef lzo_voidp ptr

Definition at line 273 of file lzoconf.h.

lzo_uint size

Definition at line 271 of file lzoconf.h.

typedef lzo_uint src_len

Definition at line 240 of file lzoconf.h.

typedef lzo_uint lzo_bytep lzo_uintp lzo_voidp wrkmem

Definition at line 240 of file lzoconf.h.

Function Documentation

typedef int ( __LZO_CDECL *  lzo_decompress_t) const
lzo_adler32 ( lzo_uint32_t  c,
const lzo_bytep  buf,
lzo_uint  len 
)
LZO_COMPILE_TIME_ASSERT_HEADER ( sizeof(lzo_xint) >=sizeof(lzo_uint)  )
lzo_crc32 ( lzo_uint32_t  c,
const lzo_bytep  buf,
lzo_uint  len 
)
LZO_EXTERN ( int  )
LZO_EXTERN ( unsigned  )
LZO_EXTERN ( const char *  )
LZO_EXTERN ( const lzo_charp  )
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)
typedef void ( __LZO_CDECL *  lzo_free_func_t)

Variable Documentation

typedef int

Definition at line 277 of file lzoconf.h.

typedef lzo_uint

Definition at line 277 of file lzoconf.h.

This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

krfb

Skip menu "krfb"
  • Main Page
  • Namespace List
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages

kdenetwork API Reference

Skip menu "kdenetwork API Reference"
  • kget
  • kopete
  •   kopete
  •   libkopete
  • krdc
  • krfb

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal