/freebsd/usr.sbin/ppp/ |
H A D | deflate.c | 104 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 D | example.c | 179 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 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 | 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 | 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 | 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()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_filter_bzip2.c | 230 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 D | archive_write_set_format_7zip.c | 126 uint8_t *next_out; member 599 zip->stream.next_out = zip->wbuff; in compress_out() 1690 memcpy(lastrm->next_out, lastrm->next_in, bytes); in compression_code_copy() 1694 lastrm->next_out += bytes; in compression_code_copy() 1735 strm->next_out = lastrm->next_out; in compression_init_encoder_deflate() 1768 strm->next_out = lastrm->next_out; in compression_code_deflate() 1776 lastrm->next_out = strm->next_out; in compression_code_deflate() 1849 strm->next_out = (char *)lastrm->next_out; in compression_init_encoder_bzip2() 1882 strm->next_out = (char *)lastrm->next_out; in compression_code_bzip2() 1893 lastrm->next_out = (unsigned char *)strm->next_out; in compression_code_bzip2() [all …]
|
H A D | archive_write_set_format_xar.c | 148 unsigned char *next_out; member 722 xar->stream.next_out = xar->wbuff; in xar_write_data() 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() [all …]
|
H A D | archive_write_add_filter_gzip.c | 206 data->stream.next_out = data->compressed; in archive_compressor_gzip_open() 229 data->stream.next_out += 10; in archive_compressor_gzip_open() 357 data->stream.next_out = data->compressed; in drive_compressor()
|
/freebsd/crypto/openssl/crypto/comp/ |
H A D | c_zlib.c | 135 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 D | fifolog_write_poll.c | 70 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 D | fifolog_reader.c | 279 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 D | zstd_zlibwrapper.c | 409 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() 874 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;
|
/freebsd/contrib/bzip2/ |
H A D | bzlib.c | 350 *(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() 551 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; in unRLE_obuf_to_output_FAST() 554 s->strm->next_out++; in unRLE_obuf_to_output_FAST() 603 char* cs_next_out = s->strm->next_out; in unRLE_obuf_to_output_FAST() 681 s->strm->next_out = cs_next_out; in unRLE_obuf_to_output_FAST() 721 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; in unRLE_obuf_to_output_SMALL() 724 s->strm->next_out++; in unRLE_obuf_to_output_SMALL() 770 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; in unRLE_obuf_to_output_SMALL() 773 s->strm->next_out++; in unRLE_obuf_to_output_SMALL() [all …]
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
H A D | zmod.c | 69 zs.next_out = dst; in z_uncompress() 102 zs.next_out = dst; in z_compress_level()
|
/freebsd/sys/contrib/zlib/ |
H A D | gzwrite.c | 54 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/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-zlib.c | 103 stream.next_out = dest; in z_compress_level() 157 stream.next_out = dest; in z_uncompress()
|
/freebsd/usr.bin/gzip/ |
H A D | unxz.c | 66 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 D | spl_zlib.c | 138 stream.next_out = dest; in z_compress_level() 192 stream.next_out = dest; in z_uncompress()
|
/freebsd/contrib/libfido2/src/ |
H A D | compress.c | 73 zs.next_out = out->ptr; in rfc1951_inflate() 128 zs.next_out = out->ptr; in rfc1951_deflate()
|
/freebsd/sys/netgraph/ |
H A D | ng_deflate.c | 458 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 D | cryptodeflate.c | 130 zbuf.next_out = bufp->data; in deflate_global() 175 zbuf.next_out = bufp->data; in deflate_global()
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_zlib.c | 153 p->next_out = (unsigned char *)v_out[0].iov_base; in zlib_input_filter() 207 p->next_out = (unsigned char *)v_out[0].iov_base; in zlib_output_filter()
|