BWAPI
Defines | Functions
trunk/bwapi/PKLib/pklib.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define CMP_BUFFER_SIZE   36312
#define EXP_BUFFER_SIZE   12596
#define CMP_BINARY   0
#define CMP_ASCII   1
#define CMP_NO_ERROR   0
#define CMP_INVALID_DICTSIZE   1
#define CMP_INVALID_MODE   2
#define CMP_BAD_DATA   3
#define CMP_ABORT   4
#define PKEXPORT   __cdecl

Functions

unsigned int PKEXPORT implode (unsigned int(PKEXPORT *read_buf)(char *buf, unsigned int *size, void *param), void(PKEXPORT *write_buf)(char *buf, unsigned int *size, void *param), char *work_buf, void *param, unsigned int *type, unsigned int *dsize)
unsigned int PKEXPORT explode (unsigned int(PKEXPORT *read_buf)(char *buf, unsignedint *size, void *param), void(PKEXPORT *write_buf)(char *buf, unsignedint *size, void *param), char *work_buf, void *param)
unsigned long PKEXPORT crc32pk (char *buffer, unsigned int *size, unsigned long *old_crc)

Define Documentation

#define CMP_ABORT   4
#define CMP_ASCII   1
#define CMP_BAD_DATA   3
#define CMP_BINARY   0
#define CMP_BUFFER_SIZE   36312
#define CMP_INVALID_DICTSIZE   1
#define CMP_INVALID_MODE   2
#define CMP_NO_ERROR   0
#define EXP_BUFFER_SIZE   12596
#define PKEXPORT   __cdecl

Function Documentation

unsigned long PKEXPORT crc32pk ( char *  buffer,
unsigned int size,
unsigned long *  old_crc 
)

Here is the caller graph for this function:

unsigned int PKEXPORT explode ( unsigned   intPKEXPORT *read_buf)(char *buf, unsignedint *size, void *param,
void(PKEXPORT *write_buf)(char *buf, unsignedint *size, void *param)  ,
char *  work_buf,
void *  param 
)

Here is the caller graph for this function:

unsigned int PKEXPORT implode ( unsigned   intPKEXPORT *read_buf)(char *buf, unsigned int *size, void *param,
void(PKEXPORT *write_buf)(char *buf, unsigned int *size, void *param)  ,
char *  work_buf,
void *  param,
unsigned int type,
unsigned int dsize 
)

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines