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

1234

/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dfitblk_original.c105 inf->next_out = raw;
157 def.next_out = blk;
196 def.next_out = tmp;
211 def.next_out = blk;
H A Dfitblk.c113 inf->next_out = raw;
172 def.next_out = blk;
213 def.next_out = tmp;
230 def.next_out = blk;
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;
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-zlib.c104 stream.next_out = dest;
158 stream.next_out = dest;
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod.c69 zs.next_out = dst;
102 zs.next_out = dst;
/freebsd-13-stable/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
/freebsd-13-stable/usr.sbin/ppp/
H A Ddeflate.c106 state->cx.next_out = wp;
141 state->cx.next_out = MBUF_CTOP(mo);
250 state->cx.next_out = wp + 1;
287 state->cx.next_out--;
296 state->cx.next_out = MBUF_CTOP(mo);
329 state->cx.next_out = garbage;
376 state->cx.next_out = garbage;
422 state->cx.next_out = garbage;
501 state->cx.next_out = NULL;
/freebsd-13-stable/contrib/xz/src/xzdec/
H A Dxzdec.c168 strm->next_out = out_buf;
213 strm->next_out = out_buf;
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zlib.c152 stream.next_out = dest;
208 stream.next_out = dest;
/freebsd-13-stable/sys/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;
/freebsd-13-stable/crypto/openssl/crypto/comp/
H A Dc_zlib.c135 state->istream.next_out = Z_NULL;
144 state->ostream.next_out = Z_NULL;
177 state->ostream.next_out = out;
198 state->istream.next_out = out;
393 zin->next_out = (unsigned char *)out;
451 zout->next_out = ctx->obuf;
481 zout->next_out = ctx->obuf;
528 zout->next_out = ctx->obuf;
/freebsd-13-stable/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:__anon6581
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-13-stable/sys/contrib/zlib/
H A Dcompress.c44 stream.next_out = dest;
H A Duncompr.c58 stream.next_out = dest;
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;
/freebsd-13-stable/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-13-stable/sys/geom/uzip/
H A Dg_uzip_zlib.c73 zp->zs.next_out = obp;
/freebsd-13-stable/usr.bin/gzip/
H A Dunbzip2.c86 bzs.next_out = outbuf;
H A Dunxz.c68 strm.next_out = NULL;
74 strm.next_out = obuf;
107 strm.next_out = obuf;
/freebsd-13-stable/usr.bin/mkuzip/
H A Dmkuz_lzma.c97 ulp->strm.next_out = oblk->data;
/freebsd-13-stable/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-13-stable/usr.sbin/fifolog/lib/
H A Dfifolog_write_poll.c72 assert(f->ff->zs->next_out + f->ff->zs->avail_out == \
171 f->ff->zs->next_out = f->obuf + 9;
191 long h, l = f->ff->zs->next_out - f->obuf;
253 f->ff->zs->next_out = f->obuf + 5;
298 f->ff->zs->next_out = f->obuf + 9;
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c394 zwc->outBuffer.dst = strm->next_out;
401 strm->next_out += zwc->outBuffer.pos;
420 zwc->outBuffer.dst = strm->next_out;
426 strm->next_out += zwc->outBuffer.pos;
438 zwc->outBuffer.dst = strm->next_out;
444 strm->next_out += zwc->outBuffer.pos;
702 zwd->outBuffer.dst = strm->next_out;
772 strm2.next_out = strm->next_out;
796 strm->next_out
[all...]

Completed in 216 milliseconds

1234