Lines Matching refs:gzindex
654 s->gzindex = 0;
692 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
702 put_byte(s, s->gzhead->extra[s->gzindex]);
703 s->gzindex++;
708 if (s->gzindex == s->gzhead->extra_len) {
709 s->gzindex = 0;
733 val = s->gzhead->name[s->gzindex++];
740 s->gzindex = 0;
764 val = s->gzhead->comment[s->gzindex++];