Home | History | Annotate | Download | only in switchback

Lines Matching refs:cs_avail_out

4951       unsigned int  cs_avail_out         = s->strm->avail_out;
4954 UInt32 avail_out_INIT = cs_avail_out;
4963 if (cs_avail_out == 0) goto return_notr;
4969 cs_avail_out--;
4973 if (cs_avail_out == 0) {
4979 cs_avail_out--;
5015 s->strm->total_out_lo32 += (avail_out_INIT - cs_avail_out);
5028 s->strm->avail_out = cs_avail_out;