Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()