Home
last modified time | relevance | path

Searched refs:next_in (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/lib/zlib/
H A Dtf_gunzip.c70 stream.next_in = (typeof(stream.next_in))*in_buf; in gunzip()
97 *in_buf = (uintptr_t)stream.next_in; in gunzip()
H A Dinffast.c79 in = strm->next_in; in inflate_fast()
296 strm->next_in = in; in inflate_fast()
H A Dinflate.c448 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()
H A Dzlib.h91 z_const Bytef *next_in; /* next input byte */ member