Searched refs:next_in (Results 1 – 3 of 3) sorted by relevance
47 char *next_in; member
201 ADD_CHAR_TO_BLOCK(s, (uint32_t)(*(uint8_t*)(s->strm->next_in))); in copy_input_until_stop()202 s->strm->next_in++; in copy_input_until_stop()218 ADD_CHAR_TO_BLOCK(s, *(uint8_t*)(s->strm->next_in)); in copy_input_until_stop()219 s->strm->next_in++; in copy_input_until_stop()402 strm.next_in = source; in BZ2_bzBuffToBuffCompress()
131 strm->next_in = rbuf; in IF_DESKTOP()