Searched refs:dictLength (Results 1 – 2 of 2) sorted by relevance
620 uInt dictLength);664 uInt *dictLength);909 uInt dictLength);932 uInt *dictLength);
1279 uInt *dictLength) { in inflateGetDictionary() argument1293 if (dictLength != Z_NULL) in inflateGetDictionary()1294 *dictLength = state->whave; in inflateGetDictionary()1299 uInt dictLength) { in inflateSetDictionary() argument1313 dictid = adler32(dictid, dictionary, dictLength); in inflateSetDictionary()1320 ret = updatewindow(strm, dictionary + dictLength, dictLength); in inflateSetDictionary()