Searched refs:updatewindow (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
| D | inflate.c | 368 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) { in updatewindow() function 1246 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) { in inflate() 1320 ret = updatewindow(strm, dictionary + dictLength, dictLength); in inflateSetDictionary()
|
| /openbsd/src/sys/lib/libz/ |
| D | inflate.c | 368 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) { in updatewindow() function 1332 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) { in inflate() 1406 ret = updatewindow(strm, dictionary + dictLength, dictLength); in inflateSetDictionary()
|
| /openbsd/src/lib/libz/ |
| D | inflate.c | 368 local int updatewindow(z_streamp strm, const Bytef *end, unsigned copy) { in updatewindow() function 1333 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) { in inflate() 1407 ret = updatewindow(strm, dictionary + dictLength, dictLength); in inflateSetDictionary()
|