dictLength        315 tools/packfi2/deflate.c int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength)
dictLength        318 tools/packfi2/deflate.c     uInt  dictLength;
dictLength        321 tools/packfi2/deflate.c     uInt length = dictLength;
dictLength        332 tools/packfi2/deflate.c         strm->adler = adler32(strm->adler, dictionary, dictLength);
dictLength        337 tools/packfi2/deflate.c         dictionary += dictLength - length; /* use the tail of the dictionary */
dictLength        540 tools/packfi2/zlib.h                                              uInt  dictLength));
dictLength        738 tools/packfi2/zlib.h                                              uInt  dictLength));