Lines Matching refs:avail_out
164 strm.avail_out = 0; in build_index()
181 if (strm.avail_out == 0) { in build_index()
182 strm.avail_out = WINSIZE; in build_index()
189 totout += strm.avail_out; in build_index()
192 totout -= strm.avail_out; in build_index()
212 totout, strm.avail_out, window); in build_index()
292 strm.avail_out = len; in extract()
297 strm.avail_out = WINSIZE; in extract()
302 strm.avail_out = (unsigned)offset; in extract()
328 } while (strm.avail_out != 0); in extract()
338 ret = skip ? 0 : len - strm.avail_out; in extract()