Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/zlib/
H A Dinflate.h58 DICT, /* waiting for inflateSetDictionary() call */ enumerator
H A Dinflate.c797 state->mode = DICT; in inflate()
799 case DICT: in inflate()
1223 if (state->wrap != 0 && state->mode != DICT) in inflateSetDictionary()
1227 if (state->mode == DICT) { in inflateSetDictionary()