Lines Matching defs:GZIP
20 /* define NO_GZIP when compiling if you want to disable gzip header and
22 the crc code when it is not needed. For shared libraries, gzip encoding
25 # define GZIP
61 #ifdef GZIP
62 # define GZIP_STATE 57 /* gzip header -> BUSY_STATE | EXTRA_STATE */
64 #define EXTRA_STATE 69 /* gzip extra block -> NAME_STATE */
65 #define NAME_STATE 73 /* gzip file name -> COMMENT_STATE */
66 #define COMMENT_STATE 91 /* gzip comment -> HCRC_STATE */
67 #define HCRC_STATE 103 /* gzip header CRC -> BUSY_STATE */
113 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
114 gz_headerp gzhead; /* gzip header information to write */
245 * This is applicable only for zip (not gzip or zlib).