Searched refs:DICT (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.h33 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon9342
65 DICTID -> DICT -> TYPE
H A Dinflate.c779 state->mode = DICT;
781 case DICT:
1207 if (state->wrap != 0 && state->mode != DICT)
1211 if (state->mode == DICT) {
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon108
65 DICTID -> DICT -> TYPE
H A Dinflate.c818 state->mode = DICT;
819 case DICT:
1303 if (state->wrap != 0 && state->mode != DICT)
1307 if (state->mode == DICT) {
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dinfcover.c330 ((struct inflate_state *)strm.state)->mode = DICT;

Completed in 370 milliseconds