Home | History | Annotate | Download | only in tests

Lines Matching refs:cs_avail_out

4966       unsigned int  cs_avail_out         = s->strm->avail_out;
4969 UInt32 avail_out_INIT = cs_avail_out;
4978 if (cs_avail_out == 0) goto return_notr;
4984 cs_avail_out--;
4988 if (cs_avail_out == 0) {
4994 cs_avail_out--;
5030 s->strm->total_out_lo32 += (avail_out_INIT - cs_avail_out);
5043 s->strm->avail_out = cs_avail_out;