Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_inflate.c108 local int updatewindow(z_streamp strm, const unsigned char FAR *end,
366 updatewindow(z_streamp strm, const Bytef *end, unsigned copy) in updatewindow() function
1020 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) { in inflate()
/dragonfly/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_inflate.c108 local int updatewindow(z_streamp strm, const unsigned char FAR *end,
366 updatewindow(z_streamp strm, const Bytef *end, unsigned copy) in updatewindow() function
1020 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) { in inflate()
/dragonfly/sbin/hammer2/zlib/
H A Dhammer2_zlib_inflate.c103 local int updatewindow(z_streamp strm, const unsigned char FAR *end,
361 updatewindow(z_streamp strm, const Bytef *end, unsigned copy) in updatewindow() function
1029 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) { in inflate()
/dragonfly/contrib/zlib-1.2/
H A Dinflate.c97 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);