Lines Matching refs:next_out
383 *(s->strm->next_out) = s->zbits[s->state_out_pos]; in copy_output_until_stop()
386 s->strm->next_out++; in copy_output_until_stop()
580 *((UChar*)(s->strm->next_out)) = s->state_out_ch; in unRLE_obuf_to_output_FAST()
583 s->strm->next_out++; in unRLE_obuf_to_output_FAST()
655 char* cs_next_out = s->strm->next_out; in unRLE_obuf_to_output_FAST()
749 s->strm->next_out = cs_next_out; in unRLE_obuf_to_output_FAST()
786 *((UChar*)(s->strm->next_out)) = s->state_out_ch; in unRLE_obuf_to_output_SMALL()
789 s->strm->next_out++; in unRLE_obuf_to_output_SMALL()
860 *((UChar*)(s->strm->next_out)) = s->state_out_ch; in unRLE_obuf_to_output_SMALL()
863 s->strm->next_out++; in unRLE_obuf_to_output_SMALL()
1111 bzf->strm.next_out = bzf->buf; in BZ_API()
1178 bzf->strm.next_out = bzf->buf; in BZ_API()
1321 bzf->strm.next_out = (char*)buf; in BZ_API()
1417 strm.next_out = dest; in BZ_API()
1463 strm.next_out = dest; in BZ_API()