Searched refs:avail_out (Results 1 – 14 of 14) sorted by relevance
69 stream.avail_out = (uInt)*destLen; in uncompress()70 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR; in uncompress()
67 stream.avail_out = (uInt)*destLen; in compress2()68 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR; in compress2()
112 beg = out - (start - strm->avail_out); in inflate_fast()113 end = out + (strm->avail_out - 257); in inflate_fast()307 strm->avail_out = (unsigned)(out < end ? in inflate_fast()
565 if (len > strm->avail_out) len = strm->avail_out; in flush_pending()569 strm->avail_out -= len; in flush_pending()598 if (strm->avail_out == 0) ERR_RETURN(strm, Z_BUF_ERROR); in deflate()787 if (strm->avail_out == 0) { in deflate()824 if (strm->avail_out == 0) { in deflate()849 if (strm->avail_out == 0) { in deflate()855 Assert(strm->avail_out > 0, "bug2"); in deflate()1403 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \1679 if (s->strm->avail_out == 0) return need_more; in deflate_slow()
372 copy = out - strm->avail_out; in updatewindow()430 left = strm->avail_out; \441 strm->avail_out = left; \1180 if (state->wsize || (state->mode < CHECK && out != strm->avail_out)) in inflate()1186 out -= strm->avail_out; in inflate()1235 if (updatewindow(strm, strm->avail_out)) { in inflateSetDictionary()
149 left = strm->avail_out; \160 strm->avail_out = left; \
72 stream.avail_out = sizeof(buffer);78 [inflated appendBytes:buffer length:sizeof(buffer) - stream.avail_out];79 stream.avail_out = sizeof(buffer);
150 if (!zs->avail_out) { in zlib_stream_output_chunk()152 zs->avail_out = UINT32_MAX; in zlib_stream_output_chunk()182 data->zs.avail_out = 0; in zlib_stage_reset()
494 cd->kcd_cd_zs.avail_out = 0; in kcdata_init_compress_state()608 zs->avail_out = (unsigned int) outsize; in kcdata_do_compress_zlib()612 if (zs->avail_in != 0 || zs->avail_out <= 0) { in kcdata_do_compress_zlib()626 __func__, outbuffer, outsize, inbuffer, insize, flush, outsize - zs->avail_out); in kcdata_do_compress_zlib()628 *wrote = outsize - zs->avail_out; in kcdata_do_compress_zlib()
115 uInt avail_out;/* remaining free space at next_out */ member
773 strm.avail_out = (uInt) bound; in TestZLib()
12160 swd_zs.avail_out = 0; in swd_compress()12174 if (!zs->avail_out) { in swd_compress()12176 zs->avail_out = UINT32_MAX; in swd_compress()12194 if (!zs->avail_out) { in swd_compress()12196 zs->avail_out = UINT32_MAX; in swd_compress()
2493 zs.avail_out = (uInt)inflatedBufferSize;
3697 zstream.avail_out = fullSize; in extractMkext2FileData()