Home
last modified time | relevance | path

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

/third_party/libwebsockets/win32port/zlib/
Ddeflate.c660 s->gzindex = 0;
698 while (s->gzindex < (s->gzhead->extra_len & 0xffff)) {
708 put_byte(s, s->gzhead->extra[s->gzindex]);
709 s->gzindex++;
714 if (s->gzindex == s->gzhead->extra_len) {
715 s->gzindex = 0;
739 val = s->gzhead->name[s->gzindex++];
746 s->gzindex = 0;
770 val = s->gzhead->comment[s->gzindex++];
Ddeflate.h103 uInt gzindex; /* where in extra, name, or comment */ member
/third_party/uboot/u-boot-2020.01/lib/zlib/
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++];
Ddeflate.h103 uInt gzindex; /* where in extra, name, or comment */ member
/third_party/zlib/
Ddeflate.c933 s->gzindex = 0;
940 uInt left = (s->gzhead->extra_len & 0xffff) - s->gzindex;
944 s->gzhead->extra + s->gzindex, copy);
947 s->gzindex += copy;
957 s->gzhead->extra + s->gzindex, left);
960 s->gzindex = 0;
978 val = s->gzhead->name[s->gzindex++];
982 s->gzindex = 0;
1000 val = s->gzhead->comment[s->gzindex++];
Ddeflate.h109 ulg gzindex; /* where in extra, name, or comment */ member
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Ddeflate.c896 s->gzindex = 0;
903 uInt left = (s->gzhead->extra_len & 0xffff) - s->gzindex;
907 s->gzhead->extra + s->gzindex, copy);
910 s->gzindex += copy;
920 s->gzhead->extra + s->gzindex, left);
923 s->gzindex = 0;
941 val = s->gzhead->name[s->gzindex++];
945 s->gzindex = 0;
963 val = s->gzhead->comment[s->gzindex++];
Ddeflate.h109 ulg gzindex; /* where in extra, name, or comment */ member
/third_party/node/deps/zlib/
Ddeflate.c933 s->gzindex = 0;
940 uInt left = (s->gzhead->extra_len & 0xffff) - s->gzindex;
944 s->gzhead->extra + s->gzindex, copy);
947 s->gzindex += copy;
957 s->gzhead->extra + s->gzindex, left);
960 s->gzindex = 0;
978 val = s->gzhead->name[s->gzindex++];
982 s->gzindex = 0;
1000 val = s->gzhead->comment[s->gzindex++];
Ddeflate.h109 ulg gzindex; /* where in extra, name, or comment */ member
/third_party/skia/third_party/externals/zlib/
Ddeflate.c942 s->gzindex = 0;
949 uInt left = (s->gzhead->extra_len & 0xffff) - s->gzindex;
953 s->gzhead->extra + s->gzindex, copy);
956 s->gzindex += copy;
966 s->gzhead->extra + s->gzindex, left);
969 s->gzindex = 0;
987 val = s->gzhead->name[s->gzindex++];
991 s->gzindex = 0;
1009 val = s->gzhead->comment[s->gzindex++];
Ddeflate.h109 ulg gzindex; /* where in extra, name, or comment */ member
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Ddeflate.c896 s->gzindex = 0;
903 uInt left = (s->gzhead->extra_len & 0xffff) - s->gzindex;
907 s->gzhead->extra + s->gzindex, copy);
910 s->gzindex += copy;
920 s->gzhead->extra + s->gzindex, left);
923 s->gzindex = 0;
941 val = s->gzhead->name[s->gzindex++];
945 s->gzindex = 0;
963 val = s->gzhead->comment[s->gzindex++];
Ddeflate.h109 ulg gzindex; /* where in extra, name, or comment */ member
/third_party/flutter/skia/third_party/externals/zlib/
Ddeflate.c982 s->gzindex = 0;
989 uInt left = (s->gzhead->extra_len & 0xffff) - s->gzindex;
993 s->gzhead->extra + s->gzindex, copy);
996 s->gzindex += copy;
1006 s->gzhead->extra + s->gzindex, left);
1009 s->gzindex = 0;
1027 val = s->gzhead->name[s->gzindex++];
1031 s->gzindex = 0;
1049 val = s->gzhead->comment[s->gzindex++];
Ddeflate.h109 ulg gzindex; /* where in extra, name, or comment */ member
/third_party/flutter/skia/third_party/externals/zlib/patches/
D0001-simd.patch834 ulg gzindex; /* where in extra, name, or comment */
/third_party/skia/third_party/externals/zlib/patches/
D0001-simd.patch834 ulg gzindex; /* where in extra, name, or comment */
/third_party/node/deps/zlib/patches/
D0001-simd.patch834 ulg gzindex; /* where in extra, name, or comment */