Lines Matching refs:avail_out
1195 zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE;
1204 zi->ci.stream.avail_out = (uInt)Z_BUFSIZE;
1429 if (zi->ci.bstream.avail_out == 0)
1433 zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE;
1462 if (zi->ci.stream.avail_out == 0)
1466 zi->ci.stream.avail_out = (uInt)Z_BUFSIZE;
1489 if (zi->ci.stream.avail_in < zi->ci.stream.avail_out)
1492 copy_this = zi->ci.stream.avail_out;
1499 zi->ci.stream.avail_out-= copy_this;
1539 if (zi->ci.stream.avail_out == 0)
1543 zi->ci.stream.avail_out = (uInt)Z_BUFSIZE;
1558 if (zi->ci.bstream.avail_out == 0)
1562 zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE;