| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | fitblk_original.c | 105 inf->next_out = raw; in recompress() 157 def.next_out = blk; in main() 196 def.next_out = tmp; in main() 211 def.next_out = blk; in main()
|
| H A D | fitblk.c | 113 inf->next_out = raw; in recompress() 172 def.next_out = blk; in main() 213 def.next_out = tmp; in main() 230 def.next_out = blk; in main()
|
| H A D | example_original.c | 233 c_stream.next_out = compr; 270 d_stream.next_out = uncompr; 310 c_stream.next_out = compr; 371 d_stream.next_out = uncompr; /* discard the output */ 408 c_stream.next_out = compr; 449 d_stream.next_out = uncompr; 493 c_stream.next_out = compr; 530 d_stream.next_out = uncompr;
|
| H A D | example.c | 241 c_stream.next_out = compr; 278 d_stream.next_out = uncompr; 318 c_stream.next_out = compr; 379 d_stream.next_out = uncompr; /* discard the output */ 416 c_stream.next_out = compr; 457 d_stream.next_out = uncompr; 501 c_stream.next_out = compr; 538 d_stream.next_out = uncompr;
|
| H A D | minigzip.c | 255 strm->next_out = out; 280 strm->next_out = (void *)buf; 315 strm->next_out = out;
|
| H A D | zwrapbench.c | 321 def.next_out = (z_Bytef*) blockTable[blockNb].cPtr; in BMK_benchMem() 352 def.next_out = (z_Bytef*) blockTable[blockNb].cPtr; in BMK_benchMem() 457 inf.next_out = (z_Bytef*) blockTable[blockNb].resPtr; in BMK_benchMem() 489 inf.next_out = (z_Bytef*) blockTable[blockNb].resPtr; in BMK_benchMem()
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | example.c | 216 c_stream.next_out = compr; 253 d_stream.next_out = uncompr; 293 c_stream.next_out = compr; 354 d_stream.next_out = uncompr; /* discard the output */ 391 c_stream.next_out = compr; 432 d_stream.next_out = uncompr; 476 c_stream.next_out = compr; 513 d_stream.next_out = uncompr;
|
| H A D | minigzip.c | 250 strm->next_out = out; 275 strm->next_out = (void *)buf; 310 strm->next_out = out;
|
| H A D | infcover.c | 319 strm.next_out = out; in inf() 420 strm.next_out = (void *)&ret; in cover_wrap() 540 strm.next_out = out; in try()
|
| /f-stack/dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd.c | 258 qp->stream->next_out = rte_pktmbuf_mtod_offset(dst, uint8_t *, in chained_mbuf_compression() 261 if (unlikely(!qp->stream->next_in || !qp->stream->next_out)) { in chained_mbuf_compression() 303 qp->stream->next_out = in chained_mbuf_compression() 348 qp->state->next_out = rte_pktmbuf_mtod_offset(dst, uint8_t *, in chained_mbuf_decompression() 393 qp->state->next_out = in chained_mbuf_decompression() 477 qp->stream->next_out = rte_pktmbuf_mtod_offset(op->m_dst, in process_isal_deflate() 480 if (unlikely(!qp->stream->next_in || !qp->stream->next_out)) { in process_isal_deflate() 568 qp->state->next_out = rte_pktmbuf_mtod_offset(op->m_dst, in process_isal_inflate() 571 if (unlikely(!qp->state->next_in || !qp->state->next_out)) { in process_isal_inflate()
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | zstd_zlibwrapper.c | 394 zwc->outBuffer.dst = strm->next_out; in z_deflate() 401 strm->next_out += zwc->outBuffer.pos; in z_deflate() 420 zwc->outBuffer.dst = strm->next_out; in z_deflate() 426 strm->next_out += zwc->outBuffer.pos; in z_deflate() 438 zwc->outBuffer.dst = strm->next_out; in z_deflate() 444 strm->next_out += zwc->outBuffer.pos; in z_deflate() 702 zwd->outBuffer.dst = strm->next_out; in z_inflateSetDictionary() 772 strm2.next_out = strm->next_out; in z_inflate() 796 strm->next_out = strm2.next_out; in z_inflate() 876 zwd->outBuffer.dst = strm->next_out; in z_inflate() [all …]
|
| H A D | gzwrite.c | 66 strm->next_out = state.state->out; 67 state.state->x.next = strm->next_out; 112 while (strm->next_out > state.state->x.next) { 113 put = strm->next_out - state.state->x.next > (int)max ? max : 114 (unsigned)(strm->next_out - state.state->x.next); 124 strm->next_out = state.state->out;
|
| H A D | gzread.c | 225 state.state->x.next = strm->next_out - state.state->x.have; 262 strm->next_out = state.state->out; 368 state.state->strm.next_out = (unsigned char *)buf;
|
| /f-stack/dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd.c | 47 strm->next_out = rte_pktmbuf_mtod_offset(mbuf_dst, uint8_t *, in process_zlib_deflate() 78 COMPUTE_BUF(mbuf_dst, strm->next_out, strm->avail_out)); in process_zlib_deflate() 125 strm->next_out = rte_pktmbuf_mtod_offset(mbuf_dst, uint8_t *, in process_zlib_inflate() 165 COMPUTE_BUF(mbuf_dst, strm->next_out, strm->avail_out)); in process_zlib_inflate()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-zlib.c | 104 stream.next_out = dest; in z_compress_level() 158 stream.next_out = dest; in z_uncompress()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_zlib.c | 152 stream.next_out = dest; in z_compress_level() 208 stream.next_out = dest; in z_uncompress()
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | gzwrite.c | 64 strm->next_out = state->out; 65 state->x.next = strm->next_out; 110 while (strm->next_out > state->x.next) { 111 put = strm->next_out - state->x.next > (int)max ? max : 112 (unsigned)(strm->next_out - state->x.next); 122 strm->next_out = state->out;
|
| H A D | inffast.c | 84 out = strm->next_out; 300 strm->next_out = out;
|
| H A D | compress.c | 44 stream.next_out = dest;
|
| H A D | uncompr.c | 58 stream.next_out = dest;
|
| H A D | gzread.c | 216 state->x.next = strm->next_out - state->x.have; 253 strm->next_out = state->out; 359 state->strm.next_out = (unsigned char *)buf;
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodeflate.c | 133 zbuf.next_out = bufp->data; in deflate_global() 178 zbuf.next_out = bufp->data; in deflate_global()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_deflate.c | 460 priv->cx.next_out = priv->outbuf + 2 + DEFLATE_HDRLEN; in ng_deflate_compress() 593 priv->cx.next_out = priv->outbuf + 1; in ng_deflate_decompress() 664 priv->cx.next_out = priv->outbuf; in ng_deflate_decompress() 677 priv->cx.next_out = priv->outbuf; in ng_deflate_decompress()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_gunzip_filter_module.c | 407 ctx->zstream.next_out = ctx->out_buf->pos; in ngx_http_gunzip_filter_get_buf() 424 ctx->zstream.next_in, ctx->zstream.next_out, in ngx_http_gunzip_filter_inflate() 438 ctx->zstream.next_in, ctx->zstream.next_out, in ngx_http_gunzip_filter_inflate() 454 ctx->out_buf->last = ctx->zstream.next_out; in ngx_http_gunzip_filter_inflate()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_compressor.c | 154 s->gz_stream.next_out = s->gz_buffer; in gz_reset() 163 s->gz_stream.next_out += hdrlen; in gz_reset() 218 s->gz_stream.next_out = s->gz_buffer; in gz_write()
|