Searched refs:gzindex (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/zmod/
H A Ddeflate.c624 s->gzindex = 0;
662 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
672 put_byte(s, s->gzhead->extra[s->gzindex]);
673 s->gzindex++;
678 if (s->gzindex == s->gzhead->extra_len) {
679 s->gzindex = 0;
703 val = s->gzhead->name[s->gzindex++];
710 s->gzindex = 0;
734 val = s->gzhead->comment[s->gzindex++];
H A Ddeflate.h103 uInt gzindex; /* where in extra, name, or comment */ member in struct:internal_state

Completed in 44 milliseconds