Home
last modified time | relevance | path

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

/external/zlib/src/
Dinflate.h85 int havedict; /* true if dictionary provided */ member
Dinflate.c117 state->havedict = 0;
820 if (state->havedict == 0) {
1321 state->havedict = 1;
/external/python/cpython2/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;
/external/syslinux/com32/lib/zlib/
Dinflate.h85 int havedict; /* true if dictionary provided */ member
Dinflate.c115 state->havedict = 0;
804 if (state->havedict == 0) {
1289 state->havedict = 1;
/external/pdfium/third_party/zlib_v128/
Dinflate.h85 int havedict; /* true if dictionary provided */ member
Dinflate.c117 state->havedict = 0; in inflateResetKeep()
820 if (state->havedict == 0) { in inflate()
1322 state->havedict = 1; in inflateSetDictionary()