Searched refs:avail_out (Results 1 – 4 of 4) sorted by relevance
82 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()
73 stream.avail_out = out_len; in gunzip()
447 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()
96 uInt avail_out; /* remaining free space at next_out */ member