Lines Matching refs:avail_out
161 strm.avail_out = 0; in deflate_index_build()
183 if (strm.avail_out == 0) { in deflate_index_build()
184 strm.avail_out = WINSIZE; in deflate_index_build()
191 totout += strm.avail_out; in deflate_index_build()
194 totout -= strm.avail_out; in deflate_index_build()
222 totout, strm.avail_out, window); in deflate_index_build()
296 strm.avail_out = WINSIZE; in deflate_index_extract()
301 strm.avail_out = (unsigned)offset; in deflate_index_extract()
306 strm.avail_out = len; in deflate_index_extract()
382 } while (strm.avail_out != 0); in deflate_index_extract()
393 ret = skip ? 0 : len - strm.avail_out; in deflate_index_extract()