Home
last modified time | relevance | path

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

/xnu-11417.121.6/libkern/zlib/
H A Dinflate.h108 int havedict; /* true if dictionary provided */ member
H A Dinflate.c143 state->havedict = 0; in inflateReset()
800 if (state->havedict == 0) { in inflate()
1249 state->havedict = 1; in inflateSetDictionary()