Home | History | Annotate | Download | only in zlib

Lines Matching full:updatewindow

96 local int updatewindow OF((z_streamp strm, unsigned out));
378 local int updatewindow(strm, out)
1231 error. Call updatewindow() to create and/or update the window state.
1238 if (updatewindow(strm, out)) {
1297 /* copy dictionary to window using updatewindow(), which will amend the
1303 ret = updatewindow(strm, dictLength);