Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator
H A Dinflate.c814 state->mode = DICT; in inflate()
816 case DICT: in inflate()
1307 if (state->wrap != 0 && state->mode != DICT) in inflateSetDictionary()
1311 if (state->mode == DICT) { in inflateSetDictionary()