Lines Matching full:avail_out
169 strm.avail_out = 0;
186 if (strm.avail_out == 0) {
187 strm.avail_out = WINSIZE;
194 totout += strm.avail_out;
197 totout -= strm.avail_out;
217 totout, strm.avail_out, window);
297 strm.avail_out = len;
302 strm.avail_out = WINSIZE;
307 strm.avail_out = (unsigned)offset;
312 /* uncompress until avail_out filled, or end of stream */
333 } while (strm.avail_out != 0);
343 ret = skip ? 0 : len - strm.avail_out;