avail_out          39 tools/packfi2/compress.c     stream.avail_out = (uInt)*destLen;
avail_out          40 tools/packfi2/compress.c     if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
avail_out         537 tools/packfi2/deflate.c     if (len > strm->avail_out) len = strm->avail_out;
avail_out         544 tools/packfi2/deflate.c     strm->avail_out  -= len;
avail_out         570 tools/packfi2/deflate.c     if (strm->avail_out == 0) ERR_RETURN(strm, Z_BUF_ERROR);
avail_out         759 tools/packfi2/deflate.c         if (strm->avail_out == 0) {
avail_out         796 tools/packfi2/deflate.c             if (strm->avail_out == 0) {
avail_out         821 tools/packfi2/deflate.c             if (strm->avail_out == 0) {
avail_out         827 tools/packfi2/deflate.c     Assert(strm->avail_out > 0, "bug2");
avail_out        1378 tools/packfi2/deflate.c    if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
avail_out        1656 tools/packfi2/deflate.c             if (s->strm->avail_out == 0) return need_more;
avail_out          88 tools/packfi2/zlib.h     uInt     avail_out; /* remaining free space at next_out */