Home
last modified time | relevance | path

Searched refs:DEFLATED (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c240 #define DEFLATED 8 macro
298 if (buf[2] != DEFLATED in gunzip_test_header()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c63 #define DEFLATED 8 macro
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)