dictionary 315 tools/packfi2/deflate.c int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) dictionary 317 tools/packfi2/deflate.c const Bytef *dictionary; dictionary 325 tools/packfi2/deflate.c if (strm == Z_NULL || strm->state == Z_NULL || dictionary == Z_NULL || dictionary 332 tools/packfi2/deflate.c strm->adler = adler32(strm->adler, dictionary, dictLength); dictionary 337 tools/packfi2/deflate.c dictionary += dictLength - length; /* use the tail of the dictionary */ dictionary 339 tools/packfi2/deflate.c zmemcpy(s->window, dictionary, length); dictionary 539 tools/packfi2/zlib.h const Bytef *dictionary, dictionary 737 tools/packfi2/zlib.h const Bytef *dictionary,