Searched refs:next_out (Results 1 – 4 of 4) sorted by relevance
72 stream.next_out = (typeof(stream.next_out))*out_buf; in gunzip()98 *out_buf = (uintptr_t)stream.next_out; in gunzip()
81 out = strm->next_out; in inflate_fast()297 strm->next_out = out; in inflate_fast()
446 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()
95 Bytef *next_out; /* next output byte will go here */ member