Lines Matching refs:avail_out
26 avail_out = *dstlen - 12 and flush == Z_FINISH.
28 avail_in == 0 and avail_out set to the remaining 12
96 def_strm.avail_out = *dstlen - (def_strm.total_out + STREAM_END_SPACE);
98 (*sourcelen-def_strm.total_in), def_strm.avail_out);
99 jffs2_dbg(1, "calling deflate with avail_in %ld, avail_out %ld\n",
100 def_strm.avail_in, def_strm.avail_out);
102 jffs2_dbg(1, "deflate returned with avail_in %ld, avail_out %ld, total_in %ld, total_out %ld\n",
103 def_strm.avail_in, def_strm.avail_out,
112 def_strm.avail_out += STREAM_END_SPACE;
155 inf_strm.avail_out = destlen;