Home
last modified time | relevance | path

Searched refs:havedict (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dinflate.h81 int havedict; /* true if dictionary provided */ member
Dinflate.c115 state->havedict = 0;
767 if (state->havedict == 0) {
1206 state->havedict = 1;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dinflate.h85 int havedict; /* true if dictionary provided */ member
Dinflate.c117 state->havedict = 0;
820 if (state->havedict == 0) {
1321 state->havedict = 1;
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dinflate.h88 int havedict; /* true if dictionary provided */ member
Dinflate.c132 state->havedict = 0;
843 if (state->havedict == 0) {
1345 state->havedict = 1;