Searched refs:next_in (Results 1 – 4 of 4) sorted by relevance
70 stream.next_in = (typeof(stream.next_in))*in_buf; in gunzip()97 *in_buf = (uintptr_t)stream.next_in; in gunzip()
79 in = strm->next_in; in inflate_fast()296 strm->next_in = in; in inflate_fast()
448 next = strm->next_in; \459 strm->next_in = next; \611 (strm->next_in == Z_NULL && strm->avail_in != 0)) in inflate()1403 len = syncsearch(&(state->have), strm->next_in, strm->avail_in); in inflateSync()1405 strm->next_in += len; in inflateSync()
91 z_const Bytef *next_in; /* next input byte */ member