Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dinflate.h88 int havedict; /* true if dictionary provided */ member
H A Dinflate.c117 state->havedict = 0; in inflateResetKeep()
817 if (state->havedict == 0) { in inflate()
1325 state->havedict = 1; in inflateSetDictionary()