Home | History | Annotate | Download | only in zlib

Lines Matching full:extra_len

595                 wraplen += 2 + s->gzhead->extra_len;
725 put_byte(s, s->gzhead->extra_len & 0xff);
726 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff);
769 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
785 if (s->gzindex == s->gzhead->extra_len) {