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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinflate.h55 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon662
87 DICTID -> DICT -> TYPE
H A Dinflate.c789 state->mode = DICT;
790 case DICT:
1204 if (state->wrap != 0 && state->mode != DICT)
1208 if (state->mode == DICT) {

Completed in 688 milliseconds