Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/zlib/
H A Dinflate.h81 int havedict; /* true if dictionary provided */ member
H A Dinflate.c19 state->havedict = 0; in inflateReset()
539 if (state->havedict == 0) { in inflate()
/openbmc/linux/lib/zlib_inflate/
H A Dinflate.h78 int havedict; /* true if dictionary provided */ member
H A Dinflate.c44 state->havedict = 0; in zlib_inflateReset()
401 if (state->havedict == 0) { in zlib_inflate()