Searched refs:Z_DEFLATED (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libz/ |
H A D | gzio.c | 187 Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy); 229 Z_DEFLATED, 0 /*flags*/, 0,0,0,0 /*time*/, 0 /*xflags*/, OS_CODE); 410 if (method != Z_DEFLATED || (flags & RESERVED) != 0) {
|
H A D | zlib.h | 202 #define Z_DEFLATED 8 macro 491 The method parameter is the compression method. It must be Z_DEFLATED in
|
H A D | deflate.c | 210 return deflateInit2_(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL, 265 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED || 625 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
|
H A D | inflate.c | 615 if (BITS(4) != Z_DEFLATED) { 637 if ((state->flags & 0xff) != Z_DEFLATED) {
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 570 #define Z_DEFLATED 8 macro 2834 if (BITS(4) != Z_DEFLATED) { 2856 if ((state->flags & 0xff) != Z_DEFLATED) { 3754 Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy); 3787 Z_DEFLATED, 0 /*flags*/, 0,0,0,0 /*time*/, 0 /*xflags*/, OS_CODE); 3907 if (method != Z_DEFLATED || (flags & RESERVED) != 0) {
|
Completed in 38 milliseconds