Searched refs:next_out (Results 1 – 6 of 6) sorted by relevance
148 strm->next_out = data; in read_compressed()162 strm->next_out = tmpbuf; in read_compressed()185 strm->next_out = tmpbuf; in read_compressed()
85 out = strm->next_out;301 strm->next_out = out;
480 put = strm->next_out; \491 strm->next_out = put; \647 if (inflateStateCheck(strm) || strm->next_out == Z_NULL ||1282 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {1293 UPDATE_CHECK(state->check, strm->next_out - out, out);
92 Bytef *next_out; /* next output byte will go here */ member
213 .next_out = dst, in uncompress_image()
1783 ssl->transform_out->ctx_deflate.next_out = msg_post; in ssl_compress_buf()1836 ssl->transform_in->ctx_inflate.next_out = msg_post; in ssl_decompress_buf()
Completed in 17 milliseconds