Searched refs:dictLength (Results 1 – 6 of 6) sorted by relevance
589 uInt dictLength));821 uInt dictLength));844 uInt *dictLength));
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));