cs sdk v 1.14 released

Home  |  Product  |  Documents  |  Tutorials  |  FAQ |   Download  |   Forum |   Contacts  |   Link  


  Cross Suit

 Cross Suit SDK

 Documents
      classes
 Starting...
           Tutorials

 LUA tutorials

   Support

  Forum
  q&a

 Product parts

 Virtual File system

 Virtual Render
 Virtual Machine
   

  Demo Games

   

 3D Engine

  gvSystem(dx9)

 Link

 

 

unzip.h File Reference

Go to the source code of this file.

Defines

#define __UNZIP_HH__
#define COUNT(x)   (sizeof(x) / sizeof(x[0]))
#define NOT   !
#define UINT   unsigned int
#define BYTE   unsigned char
#define ULONG   unsigned long
#define MAX_PATH_ZIPINFO   79
#define LAST(s)   s[strlen(s) - 1]
#define TRUE   1
#define FALSE   0
#define BUFFER_SIZE   32768L
#define COPY_BUFFER   16384
#define FILE_ATTR   _A_NORMAL | _A_RDONLY
#define LF_SIG   0x0403
#define FH_SIG   0x0201
#define ED_SIG   0x0605
#define LH_FLAG_ENCRYPT   0x01
#define LF_FLAG_8K   0x02
#define LF_FLAG_3SF   0x04
#define LF_FLAG_NORM   0x00
#define LF_FLAG_MAX   0x02
#define LF_FLAG_FAST   0x04
#define LF_FLAG_SUPER   0x06
#define LF_FLAG_DDREC   0x08
#define LF_CM_STORED   0x00
#define LF_CM_SHRUNK   0x01
#define LF_CM_REDUCED1   0x02
#define LF_CM_REDUCED2   0x03
#define LF_CM_REDUCED3   0x04
#define LF_CM_REDUCED4   0x05
#define LF_CM_IMPLODED   0x06
#define LF_CM_TOKENIZED   0x07
#define LF_CM_DEFLATED   0x08
#define TABLE_SIZE   0x2001
#define FREE   0xffff
#define EXPLODE_DLE   144
#define EXPAND_BUFF   4096

Typedefs

typedef lf LF
typedef fh FH
typedef dd DD
typedef ed ED
typedef dictionary SD
typedef follower_set FS
typedef shannon_fano_tree SFT
typedef huffman_tree HUFF


Define Documentation

#define __UNZIP_HH__

Definition at line 17 of file unzip.h.

#define BUFFER_SIZE   32768L

Definition at line 28 of file unzip.h.

#define BYTE   unsigned char

Definition at line 22 of file unzip.h.

#define COPY_BUFFER   16384

Definition at line 29 of file unzip.h.

#define COUNT (  )     (sizeof(x) / sizeof(x[0]))

Definition at line 19 of file unzip.h.

#define ED_SIG   0x0605

Definition at line 114 of file unzip.h.

#define EXPAND_BUFF   4096

Definition at line 172 of file unzip.h.

#define EXPLODE_DLE   144

Definition at line 171 of file unzip.h.

#define FALSE   0

Definition at line 27 of file unzip.h.

#define FH_SIG   0x0201

Definition at line 113 of file unzip.h.

#define FILE_ATTR   _A_NORMAL | _A_RDONLY

Definition at line 30 of file unzip.h.

#define FREE   0xffff

Definition at line 150 of file unzip.h.

#define LAST (  )     s[strlen(s) - 1]

Definition at line 25 of file unzip.h.

#define LF_CM_DEFLATED   0x08

Definition at line 139 of file unzip.h.

#define LF_CM_IMPLODED   0x06

Definition at line 137 of file unzip.h.

#define LF_CM_REDUCED1   0x02

Definition at line 133 of file unzip.h.

#define LF_CM_REDUCED2   0x03

Definition at line 134 of file unzip.h.

#define LF_CM_REDUCED3   0x04

Definition at line 135 of file unzip.h.

#define LF_CM_REDUCED4   0x05

Definition at line 136 of file unzip.h.

#define LF_CM_SHRUNK   0x01

Definition at line 132 of file unzip.h.

#define LF_CM_STORED   0x00

Definition at line 131 of file unzip.h.

#define LF_CM_TOKENIZED   0x07

Definition at line 138 of file unzip.h.

#define LF_FLAG_3SF   0x04

Definition at line 121 of file unzip.h.

#define LF_FLAG_8K   0x02

Definition at line 120 of file unzip.h.

#define LF_FLAG_DDREC   0x08

Definition at line 128 of file unzip.h.

#define LF_FLAG_FAST   0x04

Definition at line 126 of file unzip.h.

#define LF_FLAG_MAX   0x02

Definition at line 125 of file unzip.h.

#define LF_FLAG_NORM   0x00

Definition at line 124 of file unzip.h.

#define LF_FLAG_SUPER   0x06

Definition at line 127 of file unzip.h.

#define LF_SIG   0x0403

Definition at line 112 of file unzip.h.

#define LH_FLAG_ENCRYPT   0x01

Definition at line 117 of file unzip.h.

#define MAX_PATH_ZIPINFO   79

Definition at line 24 of file unzip.h.

#define NOT   !

Definition at line 20 of file unzip.h.

Referenced by malloc_chk().

#define TABLE_SIZE   0x2001

Definition at line 149 of file unzip.h.

#define TRUE   1

Definition at line 26 of file unzip.h.

#define UINT   unsigned int

Definition at line 21 of file unzip.h.

#define ULONG   unsigned long

Definition at line 23 of file unzip.h.


Typedef Documentation

typedef struct dd DD

Definition at line 108 of file unzip.h.

typedef struct ed ED

Definition at line 109 of file unzip.h.

typedef struct fh FH

Definition at line 107 of file unzip.h.

typedef struct follower_set FS

Definition at line 181 of file unzip.h.

typedef struct huffman_tree HUFF

Definition at line 222 of file unzip.h.

typedef struct lf LF

Definition at line 106 of file unzip.h.

typedef struct dictionary SD

Definition at line 161 of file unzip.h.

typedef struct shannon_fano_tree SFT

Definition at line 200 of file unzip.h.


Copyright(C) gvSystem & GamePlus All Rights Reserved.