Searched refs:next_in (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod.c46 zs.next_in = (uchar_t *)src;
77 zs.next_in = (uchar_t *)src;
/freebsd-9.3-release/lib/libz/
H A Duncompr.c33 stream.next_in = (z_const Bytef *)source;
H A Dcompress.c32 stream.next_in = (z_const Bytef *)source;
H A Dgzwrite.c67 /* Compress whatever is at avail_in and next_in and write to the output file.
87 got = write(state->fd, strm->next_in, strm->avail_in);
158 strm->next_in = state->in;
216 strm->next_in = state->in;
217 have = (unsigned)((strm->next_in + strm->avail_in) - state->in);
237 strm->next_in = (z_const Bytef *)buf;
278 strm->next_in = state->in;
279 have = (unsigned)((strm->next_in + strm->avail_in) - state->in);
370 strm->next_in = state->in;
460 strm->next_in
[all...]
H A Dgzread.c65 unsigned const char *q = strm->next_in;
75 strm->next_in = state->in;
114 state->strm.next_in = Z_NULL;
140 strm->next_in[0] == 31 && strm->next_in[1] == 139) {
161 memcpy(state->x.next, strm->next_in, strm->avail_in);
/freebsd-9.3-release/crypto/openssh/
H A Dcompress.c100 outgoing_stream.next_in = buffer_ptr(input_buffer);
140 incoming_stream.next_in = buffer_ptr(input_buffer);
/freebsd-9.3-release/usr.bin/gzip/
H A Dunbzip2.c62 bzs.next_in = pre;
76 bzs.next_in = inbuf;
H A Dgzip.c631 z.next_in = (unsigned char *)inbufp;
741 #define ADVANCE() { z.next_in++; z.avail_in--; }
754 z.next_in = (unsigned char *)pre;
769 memmove(inbufp, z.next_in, z.avail_in);
771 z.next_in = (unsigned char *)inbufp;
772 in_size = read(in, z.next_in + z.avail_in,
797 if (*z.next_in != GZIP_MAGIC0) {
813 if (*z.next_in != GZIP_MAGIC1 &&
814 *z.next_in != GZIP_OMAGIC1) {
823 if (*z.next_in !
[all...]
/freebsd-9.3-release/lib/libz/test/
H A Dinfcover.c295 strm.next_in = Z_NULL;
316 strm.next_in = in;
357 strm.next_in = Z_NULL;
375 strm.next_in = Z_NULL;
381 strm.next_in = Z_NULL;
415 strm.next_in = Z_NULL;
418 strm.next_in = (void *)"\x63";
431 strm.next_in = (void *)"\x80";
435 strm.next_in = (void *)"\0\0\xff\xff";
455 return 0; /* no input (already provided at next_in) */
[all...]
H A Dexample.c215 c_stream.next_in = (z_const unsigned char *)hello;
251 d_stream.next_in = compr;
299 c_stream.next_in = uncompr;
310 c_stream.next_in = compr;
317 c_stream.next_in = uncompr;
347 d_stream.next_in = compr;
390 c_stream.next_in = (z_const unsigned char *)hello;
426 d_stream.next_in = compr;
479 c_stream.next_in = (z_const unsigned char *)hello;
507 d_stream.next_in
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/comp/
H A Dc_zlib.c153 state->istream.next_in = Z_NULL;
164 state->ostream.next_in = Z_NULL;
205 state->ostream.next_in = in;
234 state->istream.next_in = in;
311 stream.next_in = (Bytef *)source;
477 ctx->zin.next_in = NULL;
483 ctx->zout.next_in = NULL;
535 zin->next_in = ctx->ibuf;
570 zin->next_in = ctx->ibuf;
600 zout->next_in
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_compression_compress.c96 const unsigned char *next_in; member in struct:private_data
423 state->next_in
428 if (ret < 0 || state->next_in == NULL)
433 state->bit_buffer |= *state->next_in++ << state->bits_avail;
H A Darchive_read_support_compression_xz.c424 state->stream.next_in =
426 if (state->stream.next_in == NULL && avail_in < 0)
543 state->stream.next_in = (unsigned char *)(uintptr_t)
545 if (state->stream.next_in == NULL)
601 state->stream.next_in = (unsigned char *)(uintptr_t)
603 if (state->stream.next_in == NULL && avail_in < 0)
H A Darchive_read_support_compression_gzip.c293 state->stream.next_in = (unsigned char *)(uintptr_t)
393 /* ZLib treats stream.next_in as const but doesn't declare
395 state->stream.next_in = (unsigned char *)(uintptr_t)
397 if (state->stream.next_in == NULL)
/freebsd-9.3-release/contrib/xz/src/liblzma/api/lzma/
H A Dbase.h296 * pending in* next_in). Call lzma_code() with LZMA_FULL_FLUSH
310 * (the last bytes can still be pending in next_in).
429 * - In contrast to zlib, strm->next_in and strm->next_out are
454 const uint8_t *next_in; /**< Pointer to the next input byte. */ member in struct:__anon4470
455 size_t avail_in; /**< Number of available input bytes in next_in. */
522 * using this function. The application has to update strm->next_in,
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c146 p->next_in = v_in[0].iov_base;
149 p->next_in = 0;
200 p->next_in = v_in[0].iov_base;
203 p->next_in = 0;
/freebsd-9.3-release/usr.sbin/ppp/
H A Ddeflate.c106 state->cx.next_in = MBUF_CTOP(mi);
128 state->cx.next_in = MBUF_CTOP(mi);
246 state->cx.next_in = MBUF_CTOP(mi);
273 state->cx.next_in = MBUF_CTOP(mi);
329 state->cx.next_in = EMPTY_BLOCK;
372 state->cx.next_in = rp;
399 state->cx.next_in = MBUF_CTOP(mi);
522 state->cx.next_in = NULL;
H A Dmp.h92 u_int32_t next_in; /* next incoming seq to process */ member in struct:mp::__anon11031
/freebsd-9.3-release/contrib/gcc/
H A Dddg.h103 ddg_edge_ptr next_in; member in struct:ddg_edge
/freebsd-9.3-release/lib/libstand/
H A Dbzipfs.c101 bzf->bzf_bzstream.next_in = bzf->bzf_buf;
119 return(*(bzf->bzf_bzstream.next_in)++);
143 bzf->bzf_bzstream.next_in -= 4;
H A Dgzipfs.c82 zf->zf_zstream.next_in = zf->zf_buf;
101 return(*(zf->zf_zstream.next_in)++);
282 zf->zf_zstream.next_in = NULL;
/freebsd-9.3-release/contrib/cvs/src/
H A Dzlib.c183 cb->zstr.next_in = (Bytef *) bd->bufp;
199 bd->bufp = (char *) cb->zstr.next_in;
260 cb->zstr.next_in = (unsigned char *) data;
299 cb->zstr.next_in = NULL;
547 zstr.next_in = buf + pos;
676 zstr.next_in = inbuf;
/freebsd-9.3-release/sys/netgraph/
H A Dng_deflate.c256 priv->cx.next_in = NULL;
478 priv->cx.next_in = priv->inbuf;
481 priv->cx.next_in = priv->inbuf + 1; /* compress protocol */
599 priv->cx.next_in = priv->inbuf + offset;
653 priv->cx.next_in = priv->inbuf + 1; /* compress protocol */
656 priv->cx.next_in = priv->inbuf;
/freebsd-9.3-release/contrib/xz/src/liblzma/common/
H A Dcommon.c177 if ((strm->next_in == NULL && strm->avail_in != 0)
255 strm->next_in, &in_pos, strm->avail_in,
258 strm->next_in += in_pos;
/freebsd-9.3-release/usr.sbin/fifolog/lib/
H A Dfifolog_reader.c270 zs->next_in = fr->ff->recbuf + 5;
284 zs->next_in += 4;
294 (int)(zs->next_in - fr->ff->recbuf),

Completed in 352 milliseconds

123