Searched refs:dictLength (Results 1 – 2 of 2) sorted by relevance
613 uInt dictLength));657 uInt *dictLength));889 uInt dictLength));912 uInt *dictLength));
1316 int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength) in inflateGetDictionary() argument1319 uInt *dictLength;1334 if (dictLength != Z_NULL)1335 *dictLength = state->whave;1339 int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength) in inflateSetDictionary() argument1342 uInt dictLength;1357 dictid = adler32(dictid, dictionary, dictLength);1364 ret = updatewindow(strm, dictionary + dictLength, dictLength);