Searched refs:updatewindow (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/lib/zlib/ |
D | inflate.c | 6 local int updatewindow OF((z_streamp strm, unsigned out)); 100 local int updatewindow(z_streamp strm, unsigned out) in updatewindow() function 910 if (updatewindow(strm, out)) { in inflate()
|
/external/zlib/src/ |
D | inflate.c | 97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end, 396 local int updatewindow(strm, end, copy) in updatewindow() function 1257 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) { 1339 ret = updatewindow(strm, dictionary + dictLength, dictLength);
|
/external/python/cpython2/Modules/zlib/ |
D | inflate.c | 97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end, 396 local int updatewindow(strm, end, copy) in updatewindow() function 1257 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) { 1339 ret = updatewindow(strm, dictionary + dictLength, dictLength);
|