Searched refs:updatewindow (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/lib/libz/
H A Dinflate.c96 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
379 local int updatewindow(strm, end, copy) function
1227 error. Call updatewindow() to create and/or update the window state.
1234 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1314 /* copy dictionary to window using updatewindow(), which will amend the
1316 ret = updatewindow(strm, dictionary + dictLength, dictLength);
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c103 local int updatewindow OF((z_streamp strm, unsigned out));
330 local int updatewindow(strm, out) function
1157 error. Call updatewindow() to create and/or update the window state.
1163 if (updatewindow(strm, out)) {
1219 if (updatewindow(strm, strm->avail_out)) {

Completed in 109 milliseconds