Lines Matching refs:avail_out
777 if (len > strm->avail_out) len = strm->avail_out;
784 strm->avail_out -= len;
819 if (strm->avail_out == 0) ERR_RETURN(strm, Z_BUF_ERROR);
827 if (strm->avail_out == 0) {
1050 if (strm->avail_out == 0) {
1080 if (strm->avail_out == 0) {
1659 if (s->strm->avail_out == 0) return (last) ? finish_started : need_more; \
1706 if (s->strm->avail_out < have) /* need room for header */
1709 have = s->strm->avail_out - have;
1753 s->strm->avail_out -= left;
1765 s->strm->avail_out -= len;
2071 if (s->strm->avail_out == 0) return need_more;