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

/ast/src/lib/libz/
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)) {
/ast/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 22 milliseconds