Home | History | Annotate | Download | only in bzip2

Lines Matching refs:cs_avail_out

600       unsigned int  cs_avail_out         = s->strm->avail_out;
604 UInt32 avail_out_INIT = cs_avail_out;
613 if (cs_avail_out == 0) goto return_notr;
619 cs_avail_out--;
623 if (cs_avail_out == 0) {
629 cs_avail_out--;
665 s->strm->total_out_lo32 += (avail_out_INIT - cs_avail_out);
678 s->strm->avail_out = cs_avail_out;