Searched refs:next_out (Results 26 - 50 of 81) sorted by relevance

1234

/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dcommon.c201 || (strm->next_out == NULL && strm->avail_out != 0)
290 strm->next_out, &out_pos, strm->avail_out, action);
296 strm->next_out += out_pos;
309 // to next_out.
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_gzip.c209 data->stream.next_out = data->compressed;
232 data->stream.next_out += 10;
360 data->stream.next_out = data->compressed;
H A Darchive_write_set_format_7zip.c107 uint8_t *next_out; member in struct:la_zstream
580 zip->stream.next_out = zip->wbuff;
1651 memcpy(lastrm->next_out, lastrm->next_in, bytes);
1655 lastrm->next_out += bytes;
1696 strm->next_out = lastrm->next_out;
1729 strm->next_out = lastrm->next_out;
1737 lastrm->next_out = strm->next_out;
[all...]
H A Darchive_write_set_format_xar.c149 unsigned char *next_out; member in struct:la_zstream
723 xar->stream.next_out = xar->wbuff;
1747 xar->stream.next_out = xar->wbuff;
1763 xar->stream.next_out = xar->wbuff;
2661 strm->next_out = lastrm->next_out;
2694 strm->next_out = lastrm->next_out;
2702 lastrm->next_out = strm->next_out;
[all...]
H A Darchive_write_add_filter_bzip2.c192 data->stream.next_out = data->compressed;
315 data->stream.next_out = data->compressed;
H A Darchive_read_support_filter_xz.c503 state->stream.next_out = state->out_block;
667 state->stream.next_out = state->out_block;
710 decompressed = state->stream.next_out - state->out_block;
H A Darchive_write_add_filter_xz.c231 data->stream.next_out = data->compressed;
280 data->stream.next_out += 6;
499 data->stream.next_out = data->compressed;
H A Darchive_read_support_filter_gzip.c434 state->stream.next_out = state->out_block;
496 decompressed = state->stream.next_out - state->out_block;
/freebsd-13-stable/usr.sbin/fifolog/lib/
H A Dfifolog_reader.c281 zs->next_out = fr->obuf;
298 (int)(zs->next_out - fr->obuf),
320 zs->next_out = fr->obuf + (q - p);
/freebsd-13-stable/contrib/serf/buckets/
H A Ddeflate_buckets.c217 ctx->zstream.next_out = ctx->buffer;
288 ctx->zstream.next_out = ctx->buffer;
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_zlib.c153 p->next_out = (unsigned char *)v_out[0].iov_base;
207 p->next_out = (unsigned char *)v_out[0].iov_base;
/freebsd-13-stable/sys/contrib/zlib/
H A Dinffast.c57 unsigned char FAR *out; /* local strm->next_out */
58 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
84 out = strm->next_out;
300 strm->next_out = out;
H A Dgzread.c173 /* Decompress from input to the provided next_out and avail_out in the state.
216 state->x.next = strm->next_out - state->x.have;
253 strm->next_out = state->out;
359 state->strm.next_out = (unsigned char *)buf;
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c153 p->next_out = v_out[0].iov_base;
207 p->next_out = v_out[0].iov_base;
/freebsd-13-stable/sys/opencrypto/
H A Dcryptodeflate.c133 zbuf.next_out = bufp->data;
178 zbuf.next_out = bufp->data;
/freebsd-13-stable/contrib/xz/src/xz/
H A Dcoder.c546 strm.next_out = NULL;
623 strm.next_out = out_buf.u8;
688 strm.next_out = out_buf.u8;
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c255 strm->next_out = out;
280 strm->next_out = (void *)buf;
315 strm->next_out = out;
/freebsd-13-stable/sys/kern/
H A Dsubr_compressor.c154 s->gz_stream.next_out = s->gz_buffer;
163 s->gz_stream.next_out += hdrlen;
218 s->gz_stream.next_out = s->gz_buffer;
/freebsd-13-stable/contrib/bzip2/
H A Dbzlib.h55 char *next_out; member in struct:__anon503
/freebsd-13-stable/sys/netgraph/
H A Dng_deflate.c460 priv->cx.next_out = priv->outbuf + 2 + DEFLATE_HDRLEN;
593 priv->cx.next_out = priv->outbuf + 1;
664 priv->cx.next_out = priv->outbuf;
677 priv->cx.next_out = priv->outbuf;
/freebsd-13-stable/sys/dev/random/
H A Dunit_test.c104 c_stream.next_out = compr;
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
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.c182 /* Decompress from input to the provided next_out and avail_out in the state.
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;
/freebsd-13-stable/sys/contrib/zlib/test/
H A Dinfcover.c319 strm.next_out = out;
420 strm.next_out = (void *)&ret;
540 strm.next_out = out;
H A Dminigzip.c250 strm->next_out = out;
275 strm->next_out = (void *)buf;
310 strm->next_out = out;

Completed in 151 milliseconds

1234