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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h83 int havedict; /* true if dictionary provided */ member in struct:inflate_state
H A Dinflate.c122 state->havedict = 0;
782 if (state->havedict == 0) {
1233 state->havedict = 1;
/freebsd-11-stable/sys/contrib/zlib/
H A Dinflate.h88 int havedict; /* true if dictionary provided */ member in struct:inflate_state
H A Dinflate.c132 state->havedict = 0;
843 if (state->havedict == 0) {
1344 state->havedict = 1;

Completed in 67 milliseconds