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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/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 106 milliseconds