Home
last modified time | relevance | path

Searched refs:dictLength (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/lib/zlib/
H A Dzlib.h620 uInt dictLength);
664 uInt *dictLength);
909 uInt dictLength);
932 uInt *dictLength);
H A Dinflate.c1279 uInt *dictLength) { in inflateGetDictionary() argument
1293 if (dictLength != Z_NULL) in inflateGetDictionary()
1294 *dictLength = state->whave; in inflateGetDictionary()
1299 uInt dictLength) { in inflateSetDictionary() argument
1313 dictid = adler32(dictid, dictionary, dictLength); in inflateSetDictionary()
1320 ret = updatewindow(strm, dictionary + dictLength, dictLength); in inflateSetDictionary()