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

/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/
H A Dinflate.h31 DICT, /* waiting for inflateSetDictionary() call */ enumerator in enum:__anon17373
65 DICTID -> DICT -> TYPE

Completed in 352 milliseconds