Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

lzx.h File Reference

Go to the source code of this file.

Defines

#define DECR_OK   (0)
#define DECR_DATAFORMAT   (1)
#define DECR_ILLEGALDATA   (2)
#define DECR_NOMEMORY   (3)

Functions

LZXstate * LZXinit (int window)
void LZXteardown (struct LZXstate *pState)
int LZXreset (struct LZXstate *pState)
int LZXdecompress (struct LZXstate *pState, unsigned char *inpos, unsigned char *outpos, int inlen, int outlen)


Define Documentation

#define DECR_DATAFORMAT   (1)
 

Definition at line 35 of file lzx.h.

#define DECR_ILLEGALDATA   (2)
 

Definition at line 36 of file lzx.h.

#define DECR_NOMEMORY   (3)
 

Definition at line 37 of file lzx.h.

#define DECR_OK   (0)
 

Definition at line 34 of file lzx.h.


Function Documentation

int LZXdecompress struct LZXstate *  pState,
unsigned char *  inpos,
unsigned char *  outpos,
int  inlen,
int  outlen
 

struct LZXstate* LZXinit int  window  ) 
 

int LZXreset struct LZXstate *  pState  ) 
 

void LZXteardown struct LZXstate *  pState  ) 
 


Generated on Sat Nov 5 16:49:42 2005 for OPIE by  doxygen 1.4.2