Searched refs:updatewindow (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | inflate.c | 96 local int updatewindow OF((z_streamp strm, unsigned out)); 358 local int updatewindow(strm, out) in updatewindow() function 1218 if (updatewindow(strm, out)) { 1275 if (updatewindow(strm, strm->avail_out)) {
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A 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);
|
Completed in 13 milliseconds