Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

minilzo.h File Reference

#include "lzoconf.h"

Go to the source code of this file.

Defines

#define MINILZO_VERSION   0x1080
#define LZO1X_MEM_COMPRESS   LZO1X_1_MEM_COMPRESS
#define LZO1X_1_MEM_COMPRESS   ((lzo_uint32) (16384L * lzo_sizeof_dict_t))
#define LZO1X_MEM_DECOMPRESS   (0)

Functions

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


Define Documentation

#define LZO1X_1_MEM_COMPRESS   ((lzo_uint32) (16384L * lzo_sizeof_dict_t))
 

Definition at line 72 of file minilzo.h.

Referenced by ht_compressed_stream::flush_compressed().

#define LZO1X_MEM_COMPRESS   LZO1X_1_MEM_COMPRESS
 

Definition at line 71 of file minilzo.h.

#define LZO1X_MEM_DECOMPRESS   (0)
 

Definition at line 73 of file minilzo.h.

#define MINILZO_VERSION   0x1080
 

Definition at line 44 of file minilzo.h.


Function Documentation

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

Referenced by ht_compressed_stream::flush_compressed().

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

Referenced by ht_compressed_stream::flush_uncompressed().

lzo1x_decompress_safe const lzo_byte *  src,
lzo_uint  src_len,
lzo_byte *  dst,
lzo_uintp  dst_len,
lzo_voidp  wrkmem
 


Generated on Fri May 7 21:15:51 2004 by doxygen 1.3.5