Lines Matching refs:avail_out
174 if (strm.avail_out == 0) {
175 strm.avail_out = sizeof(win);
186 unsigned before = strm.avail_out;
188 totout += before - strm.avail_out;
199 totout, strm.avail_out, win);
320 strm->avail_out = 0;
375 strm.avail_out = offset < WINSIZE ? (unsigned)offset : WINSIZE;
380 strm.avail_out = left < UINT_MAX ? (unsigned)left : UINT_MAX;
394 unsigned got = strm.avail_out;
396 got -= strm.avail_out;
437 strm.avail_out = WINSIZE;