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

123

/freebsd-9.3-release/contrib/cvs/src/
H A Dzlib.c171 cb->zstr.next_out = (Bytef *) data;
268 cb->zstr.next_out = (unsigned char *) buffer;
307 cb->zstr.next_out = (unsigned char *) buffer;
393 cb->zstr.next_out = (unsigned char *) buffer;
554 zstr.next_out = outbuf;
660 zstr.next_out = *buf + 10;
691 assert(zstr.next_out == *buf + zstr.total_out);
700 zstr.next_out = *buf + zstr.total_out;
703 assert(zstr.next_out == *buf + zstr.total_out);
723 assert(zstr.next_out
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod.c48 zs.next_out = dst;
79 zs.next_out = dst;
/freebsd-9.3-release/lib/libz/
H A Duncompr.c38 stream.next_out = dest;
H A Dcompress.c38 stream.next_out = dest;
/freebsd-9.3-release/crypto/openssh/
H A Dcompress.c106 outgoing_stream.next_out = buf;
145 incoming_stream.next_out = buf;
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_compression_gzip.c171 state->stream.next_out = state->compressed;
186 state->stream.next_out += 10;
344 memcpy(state->stream.next_out, trailer, tocopy);
345 state->stream.next_out += tocopy;
357 state->stream.next_out = state->compressed;
359 memcpy(state->stream.next_out, trailer + tocopy, 8-tocopy);
360 state->stream.next_out += 8-tocopy;
365 block_length = state->stream.next_out - state->compressed;
379 memset(state->stream.next_out, 0,
441 state->stream.next_out
[all...]
H A Darchive_read_support_compression_bzip2.c225 state->stream.next_out = state->out_block;
234 decompressed = state->stream.next_out
285 decompressed = state->stream.next_out
312 decompressed = state->stream.next_out
H A Darchive_read_support_compression_xz.c361 state->stream.next_out = state->out_block;
419 state->stream.next_out = state->out_block;
478 decompressed = state->stream.next_out - state->out_block;
548 state->stream.next_out = state->out_block;
596 state->stream.next_out = state->out_block;
631 decompressed = state->stream.next_out - state->out_block;
H A Darchive_write_set_compression_bzip2.c146 state->stream.next_out = state->compressed;
291 block_length = state->stream.next_out - state->compressed;
305 memset(state->stream.next_out, 0,
372 state->stream.next_out = state->compressed +
H A Darchive_write_set_compression_xz.c139 state->stream.next_out = state->compressed;
324 block_length = state->stream.next_out - state->compressed;
338 memset(state->stream.next_out, 0,
392 state->stream.next_out
H A Darchive_read_support_compression_gzip.c375 state->stream.next_out = state->out_block;
427 decompressed = state->stream.next_out - state->out_block;
/freebsd-9.3-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;
479 ctx->zin.next_out = NULL;
485 ctx->zout.next_out = NULL;
540 zin->next_out = (unsigned char *)out;
596 zout->next_out = ctx->obuf;
626 zout->next_out
[all...]
/freebsd-9.3-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
429 * - In contrast to zlib, strm->next_in and strm->next_out are
458 uint8_t *next_out; /**< Pointer to the next output position. */ member in struct:__anon4470
459 size_t avail_out; /**< Amount of free space in next_out. */
523 * strm->avail_in, strm->next_out, and strm->avail_out to pass input
/freebsd-9.3-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-9.3-release/contrib/xz/src/xzdec/
H A Dxzdec.c168 strm->next_out = out_buf;
213 strm->next_out = out_buf;
/freebsd-9.3-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-9.3-release/contrib/gcc/
H A Dddg.h104 ddg_edge_ptr next_out; member in struct:ddg_edge
H A Dddg.c535 ddg_edge_ptr next = e->next_out;
581 for (e = g->nodes[i].out; e; e = e->next_out)
607 for (e = g->nodes[src_cuid].out; e; e = e->next_out)
639 e->next_in = e->next_out = NULL;
658 e->next_out = src->out;
715 for (e = n->out; e; e = e->next_out)
937 for (e = u_node->out; e != (ddg_edge_ptr) 0; e = e->next_out)
1000 for (e = u_node->out; e; e = e->next_out)
/freebsd-9.3-release/usr.bin/gzip/
H A Dunbzip2.c82 bzs.next_out = outbuf;
/freebsd-9.3-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-9.3-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-9.3-release/contrib/xz/src/liblzma/common/
H A Dcommon.c178 || (strm->next_out == NULL && strm->avail_out != 0)
256 strm->next_out, &out_pos, strm->avail_out, action);
262 strm->next_out += out_pos;
273 // to next_out.
/freebsd-9.3-release/contrib/xz/src/xz/
H A Dcoder.c447 strm.next_out = NULL;
481 strm.next_out = out_buf.u8;
508 strm.next_out = out_buf.u8;
/freebsd-9.3-release/sys/kern/
H A Dkern_gzio.c113 s->stream.next_out = s->outbuf = Z_NULL;
154 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
234 s->stream.next_out = s->outbuf;
302 s->stream.next_out = s->outbuf;

Completed in 293 milliseconds

123