Searched defs:MAX_WBITS (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libz/
H A Dzconf.h158 * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files
162 #ifndef MAX_WBITS
163 # define MAX_WBITS 15 /* 32K LZ77 window */ macro
/ast/src/cmd/INIT/
H A Dratz.c275 * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files
279 #ifndef MAX_WBITS
280 # define MAX_WBITS 15 /* 32K LZ77 window */ macro
605 # define DEF_WBITS MAX_WBITS
607 /* default windowBits for decompression. MAX_WBITS is for compression only */
3754 Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy);
3765 err = inflateInit2(&(s->stream), -MAX_WBITS);

Completed in 19 milliseconds