Home
last modified time | relevance | path

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

/trusted-firmware-a-3.6.0-3.5.0/lib/zlib/
Dtf_gunzip.c72 stream.next_out = (typeof(stream.next_out))*out_buf; in gunzip()
98 *out_buf = (uintptr_t)stream.next_out; in gunzip()
Dinffast.c84 out = strm->next_out;
300 strm->next_out = out;
Dinflate.c481 put = strm->next_out; \
492 strm->next_out = put; \
648 if (inflateStateCheck(strm) || strm->next_out == Z_NULL ||
1284 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1295 UPDATE_CHECK(state->check, strm->next_out - out, out);
Dzlib.h91 Bytef *next_out; /* next output byte will go here */ member