Searched defs:DICT0 (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dinflate.c19 DICT0, /* waiting for inflateSetDictionary */ enumerator in enum:__anon10
214 z->state->mode = DICT0;
216 case DICT0:
286 if (z == Z_NULL || z->state == Z_NULL || z->state->mode != DICT0)

Completed in 12 milliseconds