Searched refs:next_out (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod.c48 zs.next_out = dst;
79 zs.next_out = dst;
/freebsd-11.0-release/usr.bin/gzip/
H A Dunxz.c65 strm.next_out = NULL;
71 strm.next_out = obuf;
102 strm.next_out = obuf;
H A Dunbzip2.c82 bzs.next_out = outbuf;
/freebsd-11.0-release/lib/libz/
H A Duncompr.c38 stream.next_out = dest;
H A Dcompress.c38 stream.next_out = dest;
/freebsd-11.0-release/crypto/openssl/crypto/comp/
H A Dc_zlib.c154 state->istream.next_out = Z_NULL;
165 state->ostream.next_out = Z_NULL;
207 state->ostream.next_out = out;
236 state->istream.next_out = out;
317 stream.next_out = dest;
480 ctx->zin.next_out = NULL;
486 ctx->zout.next_out = NULL;
541 zin->next_out = (unsigned char *)out;
597 zout->next_out = ctx->obuf;
627 zout->next_out
[all...]
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_bzip2.c238 state->stream.next_out = state->out_block;
247 decompressed = state->stream.next_out
302 decompressed = state->stream.next_out
329 decompressed = state->stream.next_out
H A Darchive_read_support_filter_xz.c520 state->stream.next_out = state->out_block;
686 state->stream.next_out = state->out_block;
729 decompressed = state->stream.next_out - state->out_block;
810 state->stream.next_out = state->out_block;
858 state->stream.next_out = state->out_block;
897 decompressed = state->stream.next_out - state->out_block;
H A Darchive_write_add_filter_gzip.c213 data->stream.next_out = data->compressed;
231 data->stream.next_out += 10;
360 data->stream.next_out = data->compressed;
H A Darchive_write_set_format_7zip.c106 uint8_t *next_out; member in struct:la_zstream
578 zip->stream.next_out = zip->wbuff;
1649 memcpy(lastrm->next_out, lastrm->next_in, bytes);
1653 lastrm->next_out += bytes;
1694 strm->next_out = lastrm->next_out;
1727 strm->next_out = lastrm->next_out;
1735 lastrm->next_out = strm->next_out;
[all...]
/freebsd-11.0-release/usr.sbin/ppp/
H A Ddeflate.c104 state->cx.next_out = wp;
139 state->cx.next_out = MBUF_CTOP(mo);
248 state->cx.next_out = wp + 1;
285 state->cx.next_out--;
294 state->cx.next_out = MBUF_CTOP(mo);
327 state->cx.next_out = garbage;
374 state->cx.next_out = garbage;
420 state->cx.next_out = garbage;
499 state->cx.next_out = NULL;
/freebsd-11.0-release/contrib/xz/src/xzdec/
H A Dxzdec.c168 strm->next_out = out_buf;
213 strm->next_out = out_buf;
/freebsd-11.0-release/lib/libz/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;
/freebsd-11.0-release/contrib/xz/src/liblzma/api/lzma/
H A Dbase.h72 * output bytes should be picked from strm->next_out.
226 * e.g. if strm->next_out has been set to NULL and
460 * - In contrast to zlib, strm->next_in and strm->next_out are
490 uint8_t *next_out; /**< Pointer to the next output position. */ member in struct:__anon5825
491 size_t avail_out; /**< Amount of free space in next_out. */
557 * strm->avail_in, strm->next_out, and strm->avail_out to pass input
/freebsd-11.0-release/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_comp_zlib.c77 z.next_out = buf2;
H A Dh_comp_zlib_rnd.c81 z.next_out = buf2;
/freebsd-11.0-release/contrib/gcc/
H A Dddg.h104 ddg_edge_ptr next_out; member in struct:ddg_edge
/freebsd-11.0-release/usr.bin/mkuzip/
H A Dmkuz_lzma.c103 ulp->strm.next_out = rval->data;
/freebsd-11.0-release/sys/kern/
H A Dkern_gzio.c91 s->gz_stream.next_out = s->gz_buffer;
100 s->gz_stream.next_out += KERN_GZ_HDRLEN;
206 s->gz_stream.next_out = s->gz_buffer;
/freebsd-11.0-release/contrib/bzip2/
H A Dbzlib.c353 *(s->strm->next_out) = s->zbits[s->state_out_pos];
356 s->strm->next_out++;
554 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
557 s->strm->next_out++;
606 char* cs_next_out = s->strm->next_out;
684 s->strm->next_out = cs_next_out;
724 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
727 s->strm->next_out++;
773 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
776 s->strm->next_out
[all...]
/freebsd-11.0-release/usr.sbin/fifolog/lib/
H A Dfifolog_write_poll.c70 assert(f->ff->zs->next_out + f->ff->zs->avail_out == \
169 f->ff->zs->next_out = f->obuf + 9;
189 long h, l = f->ff->zs->next_out - f->obuf;
243 f->ff->zs->next_out = f->obuf + 5;
288 f->ff->zs->next_out = f->obuf + 9;
H A Dfifolog_reader.c279 zs->next_out = fr->obuf;
296 (int)(zs->next_out - fr->obuf),
318 zs->next_out = fr->obuf + (q - p);
/freebsd-11.0-release/contrib/xz/src/liblzma/common/
H A Dcommon.c197 || (strm->next_out == NULL && strm->avail_out != 0)
286 strm->next_out, &out_pos, strm->avail_out, action);
292 strm->next_out += out_pos;
305 // to next_out.
/freebsd-11.0-release/contrib/xz/src/xz/
H A Dcoder.c530 strm.next_out = NULL;
657 strm.next_out = out_buf.u8;
696 strm.next_out = out_buf.u8;
710 strm.next_out = out_buf.u8;
/freebsd-11.0-release/sys/geom/uzip/
H A Dg_uzip_zlib.c74 zp->zs.next_out = obp;

Completed in 316 milliseconds

123