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

/ast/src/lib/libz/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon450
63 DICTID -> DICT -> TYPE
H A Dinflate.c765 state->mode = DICT;
766 case DICT:
1180 if (state->wrap != 0 && state->mode != DICT)
1184 if (state->mode == DICT) {
/ast/src/cmd/INIT/
H A Dratz.c1592 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon32
1624 DICTID -> DICT -> TYPE
2984 state->mode = DICT;
2985 case DICT:
3399 if (state->wrap != 0 && state->mode != DICT)
3403 if (state->mode == DICT) {

Completed in 27 milliseconds