Home | History | Annotate | Download | only in zlib_v128

Lines Matching full:extra_len

594                 wraplen += 2 + s->gzhead->extra_len;
724 put_byte(s, s->gzhead->extra_len & 0xff);
725 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff);
768 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
784 if (s->gzindex == s->gzhead->extra_len) {