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()
84 out = strm->next_out;300 strm->next_out = out;
481 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);
91 Bytef *next_out; /* next output byte will go here */ member