Home
last modified time | relevance | path

Searched refs:avail_out (Results 1 – 8 of 8) sorted by relevance

/lib/zlib_dfltcc/
A Ddfltcc_deflate.c79 size_t avail_out = strm->avail_out; in dfltcc_cmpr() local
83 param, &strm->next_out, &avail_out, in dfltcc_cmpr()
86 strm->total_out += (strm->avail_out - avail_out); in dfltcc_cmpr()
88 strm->avail_out = avail_out; in dfltcc_cmpr()
199 if (strm->avail_out == 0) { in dfltcc_deflate()
309 if (strm->avail_in != 0 && strm->avail_out != 0) in dfltcc_deflate()
A Ddfltcc_inflate.c76 size_t avail_out = strm->avail_out; in dfltcc_xpnd() local
80 param, &strm->next_out, &avail_out, in dfltcc_xpnd()
83 strm->avail_out = avail_out; in dfltcc_xpnd()
/lib/zlib_inflate/
A Dinfutil.c30 strm->avail_out = sz; in zlib_inflate_blob()
37 rc = sz - strm->avail_out; in zlib_inflate_blob()
A Dinflate.c128 copy = out - strm->avail_out; in zlib_updatewindow()
188 left = strm->avail_out; \
199 strm->avail_out = left; \
745 (state->wsize || (state->mode < CHECK && out != strm->avail_out))) in zlib_inflate()
749 out -= strm->avail_out; in zlib_inflate()
761 strm->avail_out != 0 && strm->avail_in == 0) in zlib_inflate()
789 uInt saved_ao = z->avail_out; in zlib_inflateIncomp()
795 z->avail_out = 0; in zlib_inflateIncomp()
801 z->avail_out = saved_ao; in zlib_inflateIncomp()
A Dinffast.c100 beg = out - (start - strm->avail_out); in inflate_fast()
101 end = out + (strm->avail_out - 257); in inflate_fast()
320 strm->avail_out = (unsigned)(out < end ? in inflate_fast()
/lib/
A Ddecompress_inflate.c131 strm->avail_out = out_len; in __gunzip()
167 strm->avail_out = out_len; in __gunzip()
/lib/zlib_deflate/
A Ddefutil.h428 if (len > strm->avail_out) len = strm->avail_out; in flush_pending()
437 strm->avail_out -= len; in flush_pending()
A Ddeflate.c344 if (strm->avail_out == 0) return Z_BUF_ERROR; in zlib_deflate()
375 if (strm->avail_out == 0) { in zlib_deflate()
413 if (strm->avail_out == 0) { in zlib_deflate()
442 if (strm->avail_out == 0) { in zlib_deflate()
448 Assert(strm->avail_out > 0, "bug2"); in zlib_deflate()
848 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
1110 if (s->strm->avail_out == 0) return need_more; in deflate_slow()

Completed in 14 milliseconds