Home | History | Annotate | Download | only in zlib

Lines Matching refs:gzindex

648                 s->gzindex = 0;
686 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
696 put_byte(s, s->gzhead->extra[s->gzindex]);
697 s->gzindex++;
702 if (s->gzindex == s->gzhead->extra_len) {
703 s->gzindex = 0;
727 val = s->gzhead->name[s->gzindex++];
734 s->gzindex = 0;
758 val = s->gzhead->comment[s->gzindex++];