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

/vbox/src/libs/zlib-1.2.6/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon17373
65 DICTID -> DICT -> TYPE
H A Dinflate.c822 state->mode = DICT;
823 case DICT:
1286 if (state->wrap != 0 && state->mode != DICT)
1290 if (state->mode == DICT) {
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzlog.c269 #define DICT 32768U macro
615 unsigned char buf[DICT];
631 dict = read(fd, buf, DICT);
659 strm.avail_out = DICT;
662 got = DICT - strm.avail_out;
965 next = DICT > len ? len : DICT;
/vbox/src/libs/zlib-1.2.6/test/
H A Dinfcover.c330 ((struct inflate_state *)strm.state)->mode = DICT;

Completed in 763 milliseconds