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

/macosx-10.10/rsync-45/rsync/zlib/
H A Ddeflate.c620 s->gzindex = 0;
658 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
668 put_byte(s, s->gzhead->extra[s->gzindex]);
669 s->gzindex++;
674 if (s->gzindex == s->gzhead->extra_len) {
675 s->gzindex = 0;
699 val = s->gzhead->name[s->gzindex++];
706 s->gzindex = 0;
730 val = s->gzhead->comment[s->gzindex++];
H A Ddeflate.h103 uInt gzindex; /* where in extra, name, or comment */ member in struct:internal_state
/macosx-10.10/sudo-73/src/zlib/
H A Ddeflate.c729 s->gzindex = 0;
767 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
777 put_byte(s, s->gzhead->extra[s->gzindex]);
778 s->gzindex++;
783 if (s->gzindex == s->gzhead->extra_len) {
784 s->gzindex = 0;
808 val = s->gzhead->name[s->gzindex++];
815 s->gzindex = 0;
839 val = s->gzhead->comment[s->gzindex++];
H A Ddeflate.h106 uInt gzindex; /* where in extra, name, or comment */ member in struct:internal_state
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Ddeflate.c647 s->gzindex = 0;
685 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
695 put_byte(s, s->gzhead->extra[s->gzindex]);
696 s->gzindex++;
701 if (s->gzindex == s->gzhead->extra_len) {
702 s->gzindex = 0;
726 val = s->gzhead->name[s->gzindex++];
733 s->gzindex = 0;
757 val = s->gzhead->comment[s->gzindex++];
H A Ddeflate.h130 uInt gzindex; /* where in extra, name, or comment */ member in struct:internal_state
/macosx-10.10/zlib-55/zlib/
H A Ddeflate.c648 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++];
H A Ddeflate.h103 uInt gzindex; /* where in extra, name, or comment */ member in struct:internal_state
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c1313 uInt gzindex; /* where in extra, name, or comment */ member in struct:internal_state

Completed in 226 milliseconds