Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dinffast.c82 beg = out - (start - strm->avail_out); in inflate_fast()
83 end = out + (strm->avail_out - 257); in inflate_fast()
299 strm->avail_out = (unsigned)(out < end ? in inflate_fast()
H A Dtf_gunzip.c73 stream.avail_out = out_len; in gunzip()
H A Dinflate.c447 left = strm->avail_out; \
458 strm->avail_out = left; \
1244 if (state->wsize || (out != strm->avail_out && state->mode < BAD && in inflate()
1246 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) { in inflate()
1251 out -= strm->avail_out; in inflate()
H A Dzlib.h96 uInt avail_out; /* remaining free space at next_out */ member