Lines Matching defs:header
310 * due to the three-bit fixed-code block header.
562 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
655 /* Write the header */
704 uInt header = (Z_DEFLATED + ((s->w_bits-8)<<4)) << 8;
715 header |= (level_flags << 6);
716 if (s->strstart != 0) header |= PRESET_DICT;
717 header += 31 - (header % 31);
720 putShortMSB(s, header);
1513 * to pending_buf_size, and each stored block has a 5 byte header: