Odamex
Setting the Standard in Multiplayer Doom
common/lzoconf.h File Reference

Go to the source code of this file.

Data Structures

struct  lzo_callback_t
union  __lzo_pu_u
union  __lzo_pu32_u
union  lzo_align_t

Typedefs

typedef unsigned __int64 lzo_uint
typedef __int64 lzo_int
typedef unsigned int lzo_uint32
typedef int lzo_int32
typedef int lzo_bool
typedef lzo_uint src_len
typedef lzo_uint lzo_bytep dst
typedef lzo_uint lzo_bytep
lzo_uintp 
dst_len
typedef lzo_uint lzo_bytep
lzo_uintp lzo_voidp 
wrkmem
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 struct lzo_callback_t lzo_callback_t
typedef lzo_uint items
typedef lzo_uint lzo_uint size
typedef lzo_voidp ptr

Functions

typedef int (__LZO_CDECL *lzo_compress_t)(const lzo_bytep src
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
 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_EXTERN (lzo_voidp) lzo_memcpy(lzo_voidp _dest
 LZO_EXTERN (lzo_uint32) lzo_adler32(lzo_uint32 _adler
 LZO_EXTERN (const lzo_uint32p) lzo_get_crc32_table(void)

Variables

typedef int
const lzo_voidp _s2
const lzo_voidp lzo_uint _len
const lzo_voidp _src
int _c
const lzo_bytep _buf
lzo_uint _size

Typedef Documentation

lzo_uint lzo_bytep dst
lzo_uint lzo_bytep lzo_uintp dst_len
typedef lzo_uint items
typedef int lzo_bool
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 long lzo_int
typedef long lzo_int32
typedef lzo_uint
typedef unsigned long lzo_uint32
typedef lzo_voidp ptr
lzo_uint lzo_bytep lzo_uintp lzo_voidp wrkmem

Function Documentation

typedef int ( __LZO_CDECL *  lzo_compress_t) const
LZO_EXTERN ( const lzo_uint32p  )
LZO_EXTERN ( lzo_uint32  )
LZO_EXTERN ( int  )
LZO_EXTERN ( const lzo_charp  )
LZO_EXTERN ( lzo_voidp  )
LZO_EXTERN ( unsigned  )
LZO_EXTERN ( const char *  )
typedef lzo_voidp ( __LZO_CDECL *  lzo_alloc_func_t)
typedef void ( __LZO_CDECL *  lzo_free_func_t)

Variable Documentation

const lzo_bytep _buf
int _c
const lzo_bytep lzo_uint _len
const lzo_voidp _s2
const lzo_voidp _src
typedef int
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends