Home
last modified time | relevance | path

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

12

/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dfitblk_original.c105 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 Dfitblk.c113 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 Dexample_original.c233 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 Dexample.c241 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 Dminigzip.c255 strm->next_out = out;
280 strm->next_out = (void *)buf;
315 strm->next_out = out;
H A Dzwrapbench.c321 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 Dexample.c216 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 Dminigzip.c250 strm->next_out = out;
275 strm->next_out = (void *)buf;
310 strm->next_out = out;
H A Dinfcover.c319 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 Disal_compress_pmd.c258 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 Dzstd_zlibwrapper.c394 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 Dgzwrite.c66 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 Dgzread.c225 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 Dzlib_pmd.c47 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 Dspl-zlib.c104 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 Dspl_zlib.c152 stream.next_out = dest; in z_compress_level()
208 stream.next_out = dest; in z_uncompress()
/f-stack/freebsd/contrib/zlib/
H A Dgzwrite.c64 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 Dinffast.c84 out = strm->next_out;
300 strm->next_out = out;
H A Dcompress.c44 stream.next_out = dest;
H A Duncompr.c58 stream.next_out = dest;
H A Dgzread.c216 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 Dcryptodeflate.c133 zbuf.next_out = bufp->data; in deflate_global()
178 zbuf.next_out = bufp->data; in deflate_global()
/f-stack/freebsd/netgraph/
H A Dng_deflate.c460 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 Dngx_http_gunzip_filter_module.c407 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 Dsubr_compressor.c154 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()

12