Home | History | Annotate | Download | only in tests

Lines Matching refs:cs_avail_out

4975       unsigned int  cs_avail_out         = s->strm->avail_out;
4978 UInt32 avail_out_INIT = cs_avail_out;
4987 if (cs_avail_out == 0) goto return_notr;
4993 cs_avail_out--;
4997 if (cs_avail_out == 0) {
5003 cs_avail_out--;
5039 s->strm->total_out_lo32 += (avail_out_INIT - cs_avail_out);
5052 s->strm->avail_out = cs_avail_out;