Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
lzo1x.h File Reference
#include "lzoconf.h"

Go to the source code of this file.

Macros

#define LZO1X_MEM_COMPRESS   ((lzo_uint) (16384L * sizeof(lzo_byte *)))
 
#define LZO1X_MEM_DECOMPRESS   (0)
 
#define LZO1X_999_MEM_COMPRESS   ((lzo_uint) (14 * 16384L * sizeof(short)))
 

Functions

 lzo1x_decompress (const lzo_byte *src, lzo_uint src_len, lzo_byte *dst, lzo_uint *dst_len, lzo_voidp wrkmem)
 
 lzo1x_decompress_x (const lzo_byte *src, lzo_uint src_len, lzo_byte *dst, lzo_uint *dst_len, lzo_voidp wrkmem)
 
 lzo1x_1_compress (const lzo_byte *src, lzo_uint src_len, lzo_byte *dst, lzo_uint *dst_len, lzo_voidp wrkmem)
 
 lzo1x_999_compress (const lzo_byte *src, lzo_uint src_len, lzo_byte *dst, lzo_uint *dst_len, lzo_voidp wrkmem)
 

Macro Definition Documentation

◆ LZO1X_999_MEM_COMPRESS

#define LZO1X_999_MEM_COMPRESS   ((lzo_uint) (14 * 16384L * sizeof(short)))

Definition at line 112 of file lzo1x.h.

◆ LZO1X_MEM_COMPRESS

#define LZO1X_MEM_COMPRESS   ((lzo_uint) (16384L * sizeof(lzo_byte *)))

Definition at line 81 of file lzo1x.h.

◆ LZO1X_MEM_DECOMPRESS

#define LZO1X_MEM_DECOMPRESS   (0)

Definition at line 82 of file lzo1x.h.

Function Documentation

◆ lzo1x_1_compress()

lzo1x_1_compress ( const lzo_byte * src,
lzo_uint src_len,
lzo_byte * dst,
lzo_uint * dst_len,
lzo_voidp wrkmem )

Definition at line 335 of file lzo1x_c.cpp.

◆ lzo1x_999_compress()

lzo1x_999_compress ( const lzo_byte * src,
lzo_uint src_len,
lzo_byte * dst,
lzo_uint * dst_len,
lzo_voidp wrkmem )

◆ lzo1x_decompress()

lzo1x_decompress ( const lzo_byte * src,
lzo_uint src_len,
lzo_byte * dst,
lzo_uint * dst_len,
lzo_voidp wrkmem )

Definition at line 82 of file lzo1x_d.cpp.

◆ lzo1x_decompress_x()

lzo1x_decompress_x ( const lzo_byte * src,
lzo_uint src_len,
lzo_byte * dst,
lzo_uint * dst_len,
lzo_voidp wrkmem )