Searched refs:Z_DEFLATED (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/include/
H A Dzlib.h202 #define Z_DEFLATED 8 macro
491 The method parameter is the compression method. It must be Z_DEFLATED in
/barrelfish-master/lib/zlib/
H A Dgzio.c156 Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy);
190 Z_DEFLATED, 0 /*flags*/, 0,0,0,0 /*time*/, 0 /*xflags*/, OS_CODE);
325 if (method != Z_DEFLATED || (flags & RESERVED) != 0) {
H A Ddeflate.c210 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 Dinflate.c615 if (BITS(4) != Z_DEFLATED) {
637 if ((state->flags & 0xff) != Z_DEFLATED) {

Completed in 48 milliseconds