gzindex 618 tools/packfi2/deflate.c s->gzindex = 0; gzindex 656 tools/packfi2/deflate.c while (s->gzindex < (s->gzhead->extra_len & 0xffff)) { gzindex 666 tools/packfi2/deflate.c put_byte(s, s->gzhead->extra[s->gzindex]); gzindex 667 tools/packfi2/deflate.c s->gzindex++; gzindex 672 tools/packfi2/deflate.c if (s->gzindex == s->gzhead->extra_len) { gzindex 673 tools/packfi2/deflate.c s->gzindex = 0; gzindex 697 tools/packfi2/deflate.c val = s->gzhead->name[s->gzindex++]; gzindex 704 tools/packfi2/deflate.c s->gzindex = 0; gzindex 728 tools/packfi2/deflate.c val = s->gzhead->comment[s->gzindex++]; gzindex 103 tools/packfi2/deflate.h uInt gzindex; /* where in extra, name, or comment */