Searched refs:DEFLATED (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dgzio.c148 #define DEFLATED 8 macro
207 if (hdr.method != DEFLATED
1192 if ((cmf & 0xf) != DEFLATED)
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c240 #define DEFLATED 8 macro
298 if (buf[2] != DEFLATED
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c63 #define DEFLATED 8 macro
225 Byte method; /* STORED (for zip only) or DEFLATED */
583 return deflateInit2 (strm, level, DEFLATED, MAX_WBITS, DEF_MEM_LEVEL,
614 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != DEFLATED ||
749 uInt header = (DEFLATED + ((state->w_bits-8)<<4)) << 8;
2872 if (((z->state->sub.method = NEXTBYTE) & 0xf) != DEFLATED)

Completed in 40 milliseconds