Home
last modified time | relevance | path

Searched refs:updatewindow (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/lib/zlib/
Dinflate.c6 local int updatewindow OF((z_streamp strm, unsigned out));
100 local int updatewindow(z_streamp strm, unsigned out) in updatewindow() function
910 if (updatewindow(strm, out)) { in inflate()
/external/zlib/src/
Dinflate.c97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
396 local int updatewindow(strm, end, copy) in updatewindow() function
1257 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1339 ret = updatewindow(strm, dictionary + dictLength, dictLength);
/external/python/cpython2/Modules/zlib/
Dinflate.c97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
396 local int updatewindow(strm, end, copy) in updatewindow() function
1257 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1339 ret = updatewindow(strm, dictionary + dictLength, dictLength);