Home
last modified time | relevance | path

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

1234

/freebsd/usr.sbin/ppp/
H A Ddeflate.c104 state->cx.next_out = wp; in DeflateOutput()
139 state->cx.next_out = MBUF_CTOP(mo); in DeflateOutput()
248 state->cx.next_out = wp + 1; in DeflateInput()
285 state->cx.next_out--; in DeflateInput()
294 state->cx.next_out = MBUF_CTOP(mo); in DeflateInput()
327 state->cx.next_out = garbage; in DeflateInput()
374 state->cx.next_out = garbage; in DeflateDictSetup()
420 state->cx.next_out = garbage; in DeflateDictSetup()
499 state->cx.next_out = NULL; in DeflateInitInput()
/freebsd/sys/contrib/zlib/test/
H A Dexample.c179 c_stream.next_out = compr; in test_deflate()
214 d_stream.next_out = uncompr; in test_inflate()
252 c_stream.next_out = compr; in test_large_deflate()
311 d_stream.next_out = uncompr; /* discard the output */ in test_large_inflate()
345 c_stream.next_out = compr; in test_flush()
384 d_stream.next_out = uncompr; in test_sync()
424 c_stream.next_out = compr; in test_dict_deflate()
459 d_stream.next_out = uncompr; in test_dict_inflate()
/freebsd/sys/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 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 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 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()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_bzip2.c230 state->stream.next_out = state->out_block; in bzip2_filter_read()
239 decompressed = state->stream.next_out in bzip2_filter_read()
294 decompressed = state->stream.next_out in bzip2_filter_read()
321 decompressed = state->stream.next_out in bzip2_filter_read()
H A Darchive_write_set_format_7zip.c126 uint8_t *next_out; member
1684 lastrm->next_out += bytes; in compression_code_copy()
1725 strm->next_out = lastrm->next_out; in compression_init_encoder_deflate()
1758 strm->next_out = lastrm->next_out; in compression_code_deflate()
1766 lastrm->next_out = strm->next_out; in compression_code_deflate()
1839 strm->next_out = (char *)lastrm->next_out; in compression_init_encoder_bzip2()
1872 strm->next_out = (char *)lastrm->next_out; in compression_code_bzip2()
1883 lastrm->next_out = (unsigned char *)strm->next_out; in compression_code_bzip2()
2056 strm->next_out = lastrm->next_out; in compression_code_lzma()
2064 lastrm->next_out = strm->next_out; in compression_code_lzma()
[all …]
H A Darchive_write_set_format_xar.c148 unsigned char *next_out; member
1742 xar->stream.next_out = xar->wbuff; in make_toc()
1758 xar->stream.next_out = xar->wbuff; in make_toc()
2656 strm->next_out = lastrm->next_out; in compression_init_encoder_gzip()
2689 strm->next_out = lastrm->next_out; in compression_code_gzip()
2697 lastrm->next_out = strm->next_out; in compression_code_gzip()
2754 strm->next_out = (char *)lastrm->next_out; in compression_init_encoder_bzip2()
2787 strm->next_out = (char *)lastrm->next_out; in compression_code_bzip2()
2798 lastrm->next_out = (unsigned char *)strm->next_out; in compression_code_bzip2()
2993 strm->next_out = lastrm->next_out; in compression_code_lzma()
[all …]
H A Darchive_write_add_filter_gzip.c207 data->stream.next_out = data->compressed; in archive_compressor_gzip_open()
230 data->stream.next_out += 10; in archive_compressor_gzip_open()
358 data->stream.next_out = data->compressed; in drive_compressor()
/freebsd/crypto/openssl/crypto/comp/
H A Dc_zlib.c135 state->istream.next_out = Z_NULL; in zlib_stateful_init()
144 state->ostream.next_out = Z_NULL; in zlib_stateful_init()
177 state->ostream.next_out = out; in zlib_stateful_compress_block()
198 state->istream.next_out = out; in zlib_stateful_expand_block()
393 zin->next_out = (unsigned char *)out; in bio_zlib_read()
455 zout->next_out = ctx->obuf; in bio_zlib_write()
485 zout->next_out = ctx->obuf; in bio_zlib_write()
532 zout->next_out = ctx->obuf; in bio_zlib_flush()
/freebsd/usr.sbin/fifolog/lib/
H A Dfifolog_write_poll.c70 assert(f->ff->zs->next_out + f->ff->zs->avail_out == \ in fifolog_write_assert()
169 f->ff->zs->next_out = f->obuf + 9; in fifolog_write_open()
189 long h, l = f->ff->zs->next_out - f->obuf; in fifolog_write_output()
251 f->ff->zs->next_out = f->obuf + 5; in fifolog_write_output()
296 f->ff->zs->next_out = f->obuf + 9; in fifolog_write_gzip()
H A Dfifolog_reader.c279 zs->next_out = fr->obuf; in fifolog_reader_process()
296 (int)(zs->next_out - fr->obuf), in fifolog_reader_process()
318 zs->next_out = fr->obuf + (q - p); in fifolog_reader_process()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c409 zwc->outBuffer.dst = strm->next_out; in z_deflate()
416 strm->next_out += zwc->outBuffer.pos; in z_deflate()
435 zwc->outBuffer.dst = strm->next_out; in z_deflate()
441 strm->next_out += zwc->outBuffer.pos; in z_deflate()
453 zwc->outBuffer.dst = strm->next_out; in z_deflate()
459 strm->next_out += zwc->outBuffer.pos; in z_deflate()
717 zwd->outBuffer.dst = strm->next_out; in z_inflateSetDictionary()
787 strm2.next_out = strm->next_out; in z_inflate()
811 strm->next_out = strm2.next_out; in z_inflate()
891 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;
/freebsd/contrib/bzip2/
H A Dbzlib.c350 *(s->strm->next_out) = s->zbits[s->state_out_pos]; in copy_output_until_stop()
353 s->strm->next_out++; in copy_output_until_stop()
554 s->strm->next_out++; in unRLE_obuf_to_output_FAST()
681 s->strm->next_out = cs_next_out; in unRLE_obuf_to_output_FAST()
724 s->strm->next_out++; in unRLE_obuf_to_output_SMALL()
773 s->strm->next_out++; in unRLE_obuf_to_output_SMALL()
994 bzf->strm.next_out = bzf->buf; in BZ_API()
1053 bzf->strm.next_out = bzf->buf; in BZ_API()
1187 bzf->strm.next_out = buf; in BZ_API()
1280 strm.next_out = dest; in BZ_API()
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod.c69 zs.next_out = dst; in z_uncompress()
102 zs.next_out = dst; in z_compress_level()
/freebsd/sys/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()
/freebsd/sys/contrib/zlib/
H A Dgzwrite.c54 strm->next_out = state->out; in gz_init()
55 state->x.next = strm->next_out; in gz_init()
106 while (strm->next_out > state->x.next) { in gz_comp()
107 put = strm->next_out - state->x.next > (int)max ? max : in gz_comp()
108 (unsigned)(strm->next_out - state->x.next); in gz_comp()
118 strm->next_out = state->out; in gz_comp()
/freebsd/usr.bin/gzip/
H A Dunxz.c66 strm.next_out = NULL; in unxz()
72 strm.next_out = obuf; in unxz()
105 strm.next_out = obuf; in unxz()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zlib.c138 stream.next_out = dest; in z_compress_level()
192 stream.next_out = dest; in z_uncompress()
/freebsd/contrib/libfido2/src/
H A Dcompress.c73 zs.next_out = out->ptr; in rfc1951_inflate()
128 zs.next_out = out->ptr; in rfc1951_deflate()
/freebsd/sys/netgraph/
H A Dng_deflate.c458 priv->cx.next_out = priv->outbuf + 2 + DEFLATE_HDRLEN; in ng_deflate_compress()
591 priv->cx.next_out = priv->outbuf + 1; in ng_deflate_decompress()
662 priv->cx.next_out = priv->outbuf; in ng_deflate_decompress()
675 priv->cx.next_out = priv->outbuf; in ng_deflate_decompress()
/freebsd/sys/opencrypto/
H A Dcryptodeflate.c130 zbuf.next_out = bufp->data; in deflate_global()
175 zbuf.next_out = bufp->data; in deflate_global()
/freebsd/contrib/xz/src/liblzma/common/
H A Dcommon.c202 || (strm->next_out == NULL && strm->avail_out != 0) in lzma_code()
290 strm->next_out, &out_pos, strm->avail_out, action); in lzma_code()
303 strm->next_out += out_pos; in lzma_code()

1234