Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching refs:gzindex

618                 s->gzindex = 0;
656 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
666 put_byte(s, s->gzhead->extra[s->gzindex]);
667 s->gzindex++;
672 if (s->gzindex == s->gzhead->extra_len) {
673 s->gzindex = 0;
697 val = s->gzhead->name[s->gzindex++];
704 s->gzindex = 0;
728 val = s->gzhead->comment[s->gzindex++];