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

/ast/src/lib/libz/
H A Dgzio.c187 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 Dzlib.h202 #define Z_DEFLATED 8 macro
491 The method parameter is the compression method. It must be Z_DEFLATED in
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) {
/ast/src/cmd/INIT/
H A Dratz.c570 #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