Searched refs:next_in (Results 1 – 12 of 12) sorted by relevance
38 stream.next_in = src; in cramfs_uncompress_block()62 stream.next_in = 0; in cramfs_uncompress_init()
354 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()355 s->strm->next_in++; in copy_input_until_stop()372 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()373 s->strm->next_in++; in copy_input_until_stop()1014 bzf->strm.next_in = buf; in BZ_API()1164 bzf->strm.next_in = bzf->buf; in BZ_API()1225 bzf->strm.next_in = bzf->buf; in BZ_API()1266 *unused = bzf->strm.next_in; in BZ_API()1303 strm.next_in = source; in BZ_API()1348 strm.next_in = source; in BZ_API()
101 (*((UChar*)(s->strm->next_in)))); \103 s->strm->next_in++; \
50 stream.next_in = (z_const Bytef *)source;
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()
1038 strm->adler = adler32(strm->adler, strm->next_in, len);1042 strm->adler = crc32(strm->adler, strm->next_in, len);1045 zmemcpy(buf, strm->next_in, len);1046 strm->next_in += len;
206 s.next_in = src + i; in gzwrite()293 s.next_in = src + offset; in zunzip()
81 s.next_in = src; in zzip()
102 char *next_in; member
117 stream.next_in = cbuf + stream.total_in; in decompress_zlib()
427 Bytef *next_in; /* next input byte */ member
Completed in 39 milliseconds