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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Ddeflate.c731 s->gzindex = 0;
769 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
779 put_byte(s, s->gzhead->extra[s->gzindex]);
780 s->gzindex++;
785 if (s->gzindex == s->gzhead->extra_len) {
786 s->gzindex = 0;
810 val = s->gzhead->name[s->gzindex++];
817 s->gzindex = 0;
841 val = s->gzhead->comment[s->gzindex++];
H A Ddeflate.h106 uInt gzindex; /* where in extra, name, or comment */ member in struct:internal_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Ddeflate.c618 s->gzindex = 0;
656 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
666 put_byte(s, s->gzhead->extra[s->gzindex]);
667 s->gzindex++;
672 if (s->gzindex == s->gzhead->extra_len) {
673 s->gzindex = 0;
697 val = s->gzhead->name[s->gzindex++];
704 s->gzindex = 0;
728 val = s->gzhead->comment[s->gzindex++];
H A Ddeflate.h103 uInt gzindex; /* where in extra, name, or comment */ member in struct:internal_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c618 s->gzindex = 0;
656 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
666 put_byte(s, s->gzhead->extra[s->gzindex]);
667 s->gzindex++;
672 if (s->gzindex == s->gzhead->extra_len) {
673 s->gzindex = 0;
697 val = s->gzhead->name[s->gzindex++];
704 s->gzindex = 0;
728 val = s->gzhead->comment[s->gzindex++];
H A Ddeflate.h103 uInt gzindex; /* where in extra, name, or comment */ member in struct:internal_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Ddeflate.c618 s->gzindex = 0;
656 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
666 put_byte(s, s->gzhead->extra[s->gzindex]);
667 s->gzindex++;
672 if (s->gzindex == s->gzhead->extra_len) {
673 s->gzindex = 0;
697 val = s->gzhead->name[s->gzindex++];
704 s->gzindex = 0;
728 val = s->gzhead->comment[s->gzindex++];
H A Ddeflate.h103 uInt gzindex; /* where in extra, name, or comment */ member in struct:internal_state
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm16 ; Modified by Gilles Vollant (2005) for add gzhead and gzindex
44 ; gzhead and gzindex are added in zlib 1.2.2.2 (see deflate.h)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm16 ; Modified by Gilles Vollant (2005) for add gzhead and gzindex
44 ; gzhead and gzindex are added in zlib 1.2.2.2 (see deflate.h)

Completed in 156 milliseconds