Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dtf_gunzip.c72 stream.next_out = (typeof(stream.next_out))*out_buf; in gunzip()
98 *out_buf = (uintptr_t)stream.next_out; in gunzip()
H A Dinffast.c81 out = strm->next_out; in inflate_fast()
297 strm->next_out = out; in inflate_fast()
H A Dinflate.c446 put = strm->next_out; \
457 strm->next_out = put; \
610 if (inflateStateCheck(strm) || strm->next_out == Z_NULL || in inflate()
1246 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) { in inflate()
1257 UPDATE_CHECK(state->check, strm->next_out - out, out); in inflate()
H A Dzlib.h95 Bytef *next_out; /* next output byte will go here */ member