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

/darwin-on-arm/xnu/libkern/zlib/
H A Dinflate.h58 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon825
90 DICTID -> DICT -> TYPE
H A Dinflate.c794 state->mode = DICT;
795 case DICT:
1209 if (state->wrap != 0 && state->mode != DICT)
1213 if (state->mode == DICT) {

Completed in 84 milliseconds