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

/macosx-10.10/rsync-45/rsync/zlib/
H A Dinflate.c96 local int updatewindow OF((z_streamp strm, unsigned out));
323 local int updatewindow(strm, out) function
1130 error. Call updatewindow() to create and/or update the window state.
1136 if (updatewindow(strm, out)) {
1192 if (updatewindow(strm, strm->avail_out)) {
/macosx-10.10/sudo-73/src/zlib/
H A Dinflate.c96 local int updatewindow OF((z_streamp strm, unsigned out));
378 local int updatewindow(strm, out) function
1231 error. Call updatewindow() to create and/or update the window state.
1238 if (updatewindow(strm, out)) {
1297 /* copy dictionary to window using updatewindow(), which will amend the
1303 ret = updatewindow(strm, dictLength);
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dinflate.c123 local int updatewindow OF((z_streamp strm, unsigned out));
352 local int updatewindow(strm, out) function
1159 error. Call updatewindow() to create and/or update the window state.
1165 if (updatewindow(strm, out)) {
1221 if (updatewindow(strm, strm->avail_out)) {
/macosx-10.10/zlib-55/zlib/
H A Dinflate.c96 local int updatewindow OF((z_streamp strm, unsigned out));
358 local int updatewindow(strm, out) function
1212 error. Call updatewindow() to create and/or update the window state.
1218 if (updatewindow(strm, out)) {
1275 if (updatewindow(strm, strm->avail_out)) {
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c2322 local int updatewindow OF((z_streamp strm, unsigned out));
2542 local int updatewindow(strm, out) function
3349 error. Call updatewindow() to create and/or update the window state.
3355 if (updatewindow(strm, out)) {
3411 if (updatewindow(strm, strm->avail_out)) {

Completed in 140 milliseconds