Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_inflate.c96 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
379 local int updatewindow( in updatewindow() function
1234 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) { in inflate()
1317 ret = updatewindow(strm, dictionary + dictLength, dictLength); in inflateSetDictionary()
/external/zlib/src/
Dinflate.c96 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
379 local int updatewindow(strm, end, copy) in updatewindow() function
1234 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1316 ret = updatewindow(strm, dictionary + dictLength, dictLength);