Home
last modified time | relevance | path

Searched refs:gzindex (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
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++];
Ddeflate.h103 uInt gzindex; /* where in extra, name, or comment */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
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++];
Ddeflate.h106 uInt gzindex; /* where in extra, name, or comment */ member