Searched refs:next_in (Results 1 – 10 of 10) sorted by relevance
37 stream.next_in = src; in cramfs_uncompress_block()61 stream.next_in = 0; in cramfs_uncompress_init()
353 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()354 s->strm->next_in++; in copy_input_until_stop()371 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()372 s->strm->next_in++; in copy_input_until_stop()1013 bzf->strm.next_in = buf; in BZ_API()1163 bzf->strm.next_in = bzf->buf; in BZ_API()1224 bzf->strm.next_in = bzf->buf; in BZ_API()1265 *unused = bzf->strm.next_in; in BZ_API()1302 strm.next_in = source; in BZ_API()1347 strm.next_in = source; in BZ_API()
101 (*((UChar*)(s->strm->next_in)))); \103 s->strm->next_in++; \
215 s.next_in = src + i; in gzwrite()302 s.next_in = src + offset; in zunzip()
81 s.next_in = src; in zzip()
100 in = strm->next_in - OFF; in inflate_fast()332 strm->next_in = in + OFF; in inflate_fast()
182 next = strm->next_in; \193 strm->next_in = next; \350 (strm->next_in == Z_NULL && strm->avail_in != 0)) in inflate()
1003 strm->adler = adler32(strm->adler, strm->next_in, len);1007 strm->adler = crc32(strm->adler, strm->next_in, len);1010 zmemcpy(buf, strm->next_in, len);1011 strm->next_in += len;
102 char *next_in; member
421 Bytef *next_in; /* next input byte */ member