#include <qstring.h>
#include <sys/types.h>
#include "us_extern.h"
Go to the source code of this file.
|
typedef unsigned char | uch |
|
typedef unsigned short | ush |
|
typedef unsigned long | ulg |
|
#define Buf_size ( 8 * 2 * sizeof( char ) ) |
#define DIST_BUFSIZE 0x8000 /* buffer for distances, see trees.c */ |
#define GZIP_FILENAMEERROR 11 |
#define GZIP_LENGTHERROR 10 |
#define GZIP_OPTIONNOTSUPPORTED 5 |
#define GZIP_OUTFILEEXISTS 6 |
#define GZIP_WRITEERROR 9 |
#define head ( prev + WSIZE ) /* hash head (see deflate.c) */ |
#define HEAP_SIZE ( 2 * L_CODES + 1 ) |
#define INBUF_EXTRA 64 /* required by unlzw() */ |
#define INBUFSIZ 0x8000 /* input buffer size */ |
#define LIT_BUFSIZE 0x8000 |
#define max_insert_length max_lazy_match |
#define OUTBUF_EXTRA 2048 /* required by unlzw() */ |
#define OUTBUFSIZ 16384 /* output buffer size */ |
#define tab_prefix prev /* hash link (see deflate.c) */ |
#define WSIZE 0x8000 /* window size--must be a power of two, and */ |
typedef unsigned char uch |
typedef unsigned long ulg |
typedef unsigned short ush |