Searched refs:dictLength (Results 1 – 2 of 2) sorted by relevance
311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument314 uInt dictLength;317 uInt length = dictLength;328 strm->adler = adler32(strm->adler, dictionary, dictLength);333 dictionary += dictLength - length; /* use the tail of the dictionary */
529 uInt dictLength));