Searched refs:next_in (Results 1 – 3 of 3) sorted by relevance
336 ADD_CHAR_TO_BLOCK(s, (UInt32)(*((UChar*)(s->strm->next_in)))); in copy_input_until_stop()337 s->strm->next_in++; in copy_input_until_stop()357 ADD_CHAR_TO_BLOCK(s, (UInt32)(*((UChar*)(s->strm->next_in)))); in copy_input_until_stop()358 s->strm->next_in++; in copy_input_until_stop()1107 bzf->strm.next_in = (char*)buf; in BZ_API()1272 bzf->strm.next_in = bzf->buf; in BZ_API()1337 bzf->strm.next_in = bzf->buf; in BZ_API()1384 *unused = bzf->strm.next_in; in BZ_API()1416 strm.next_in = source; in BZ_API()1462 strm.next_in = source; in BZ_API()
96 char* next_in; member
102 s->bsBuff = (s->bsBuff << 8) | ((UInt32)(*((UChar*)(s->strm->next_in)))); \104 s->strm->next_in++; \