Searched defs:cs_next_out (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c771 char* cs_next_out = s->strm->next_out; local
787 *( (UChar*)(cs_next_out) ) = c_state_out_ch;
790 cs_next_out++;
798 *( (UChar*)(cs_next_out) ) = c_state_out_ch;
800 cs_next_out++;
849 s->strm->next_out = cs_next_out;

Completed in 109 milliseconds