Lines Matching refs:avail_out
650 if (len > strm->avail_out) len = strm->avail_out;
657 strm->avail_out -= len;
683 if (strm->avail_out == 0) ERR_RETURN(strm, Z_BUF_ERROR);
872 if (strm->avail_out == 0) {
873 /* Since avail_out is 0, deflate will be called again with
911 if (strm->avail_out == 0) {
915 /* If flush != Z_NO_FLUSH && avail_out == 0, the next call
941 if (strm->avail_out == 0) {
947 Assert(strm->avail_out > 0, "bug2");
971 /* If avail_out is zero, the application will call deflate again
1552 if (s->strm->avail_out == 0) return (last) ? finish_started : need_more; \
1829 if (s->strm->avail_out == 0) return need_more;