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

/external/chromium_org/third_party/zlib/
H A Dinflate.c96 local int updatewindow OF((z_streamp strm, unsigned out));
358 local int updatewindow(strm, out) function
1212 error. Call updatewindow() to create and/or update the window state.
1218 if (updatewindow(strm, out)) {
1275 if (updatewindow(strm, strm->avail_out)) {
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inflate.c96 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
379 local int updatewindow( function
1227 error. Call updatewindow() to create and/or update the window state.
1234 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1315 /* copy dictionary to window using updatewindow(), which will amend the
1317 ret = updatewindow(strm, dictionary + dictLength, dictLength);
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.c96 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
379 local int updatewindow(strm, end, copy) function
1227 error. Call updatewindow() to create and/or update the window state.
1234 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1314 /* copy dictionary to window using updatewindow(), which will amend the
1316 ret = updatewindow(strm, dictionary + dictLength, dictLength);
/external/zlib/src/
H A Dinflate.c96 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
379 local int updatewindow(strm, end, copy) function
1227 error. Call updatewindow() to create and/or update the window state.
1234 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1314 /* copy dictionary to window using updatewindow(), which will amend the
1316 ret = updatewindow(strm, dictionary + dictLength, dictLength);

Completed in 161 milliseconds