Searched refs:updatewindow (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/zlib-1.2.3/
H A Dinflate.c96 local int updatewindow OF((z_streamp strm, unsigned out));
323 local int updatewindow(strm, out) function
1130 error. Call updatewindow() to create and/or update the window state.
1136 if (updatewindow(strm, out)) {
1192 if (updatewindow(strm, strm->avail_out)) {
/external/zlib/src/
H A Dinflate.c96 local int updatewindow OF((z_streamp strm, unsigned out));
378 local int updatewindow(strm, out) function
1226 error. Call updatewindow() to create and/or update the window state.
1233 if (updatewindow(strm, out)) {
1292 /* copy dictionary to window using updatewindow(), which will amend the
1298 ret = updatewindow(strm, dictLength);

Completed in 87 milliseconds