Searched refs:updatewindow (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | fx_zlib_inflate.c | 96 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/ |
D | inflate.c | 96 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);
|