updatewindow       96 3rdparty/zlib/inflate.c local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
updatewindow     1234 3rdparty/zlib/inflate.c         if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
updatewindow     1316 3rdparty/zlib/inflate.c     ret = updatewindow(strm, dictionary + dictLength, dictLength);