Lines Matching refs:avail_out
177 if (strm.avail_out == 0) {
178 strm.avail_out = sizeof(win);
189 unsigned before = strm.avail_out;
191 totout += before - strm.avail_out;
202 totout, strm.avail_out, win);
324 strm->avail_out = 0;
380 strm.avail_out = offset < WINSIZE ? (unsigned)offset : WINSIZE;
385 strm.avail_out = left < UINT_MAX ? (unsigned)left : UINT_MAX;
399 unsigned got = strm.avail_out;
401 got -= strm.avail_out;
442 strm.avail_out = WINSIZE;