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

1234

/freebsd-10.0-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-10.0-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-10.0-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-10.0-release/usr.bin/gzip/
H A Dunbzip2.c62 bzs.next_in = pre;
76 bzs.next_in = inbuf;
H A Dgzip.c643 z.next_in = (unsigned char *)inbufp;
753 #define ADVANCE() { z.next_in++; z.avail_in--; }
766 z.next_in = (unsigned char *)pre;
781 memmove(inbufp, z.next_in, z.avail_in);
783 z.next_in = (unsigned char *)inbufp;
784 in_size = read(in, z.next_in + z.avail_in,
809 if (*z.next_in != GZIP_MAGIC0) {
825 if (*z.next_in != GZIP_MAGIC1 &&
826 *z.next_in != GZIP_OMAGIC1) {
835 if (*z.next_in !
[all...]
H A Dunxz.c54 strm.next_in = ibuf;
76 strm.next_in = ibuf;
/freebsd-10.0-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-10.0-release/crypto/openssl/crypto/comp/
H A Dc_zlib.c151 state->istream.next_in = Z_NULL;
163 state->ostream.next_in = Z_NULL;
202 state->ostream.next_in = in;
230 state->istream.next_in = in;
311 stream.next_in = (Bytef*)source;
494 ctx->zin.next_in = NULL;
500 ctx->zout.next_in = NULL;
554 zin->next_in = ctx->ibuf;
593 zin->next_in = ctx->ibuf;
623 zout->next_in
[all...]
/freebsd-10.0-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:__anon4660
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-10.0-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::__anon11711
/freebsd-10.0-release/contrib/gcc/
H A Dddg.h103 ddg_edge_ptr next_in; member in struct:ddg_edge
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_compress.c96 const unsigned char *next_in; member in struct:private_data
435 state->next_in
440 if (ret < 0 || state->next_in == NULL)
444 state->bit_buffer |= *state->next_in++ << state->bits_avail;
H A Darchive_read_support_format_rar.c305 const unsigned char *next_in; member in struct:rar::rar_br
400 ((uint64_t)br->next_in[0]) << 56 |
401 ((uint64_t)br->next_in[1]) << 48 |
402 ((uint64_t)br->next_in[2]) << 40 |
403 ((uint64_t)br->next_in[3]) << 32 |
404 ((uint32_t)br->next_in[4]) << 24 |
405 ((uint32_t)br->next_in[5]) << 16 |
406 ((uint32_t)br->next_in[6]) << 8 |
407 (uint32_t)br->next_in[7];
408 br->next_in
[all...]
H A Darchive_read_support_format_lha.c142 const unsigned char *next_in; member in struct:lzh_stream
1526 lha->strm.next_in = __archive_read_ahead(a, 1, &bytes_avail);
1848 * False : we met that strm->next_in is empty, we have to get following
1887 ((uint64_t)strm->next_in[0]) << 56 |
1888 ((uint64_t)strm->next_in[1]) << 48 |
1889 ((uint64_t)strm->next_in[2]) << 40 |
1890 ((uint64_t)strm->next_in[3]) << 32 |
1891 ((uint32_t)strm->next_in[4]) << 24 |
1892 ((uint32_t)strm->next_in[5]) << 16 |
1893 ((uint32_t)strm->next_in[
[all...]
H A Darchive_read_support_filter_xz.c700 state->stream.next_in =
702 if (state->stream.next_in == NULL && avail_in < 0) {
805 state->stream.next_in = (unsigned char *)(uintptr_t)
807 if (state->stream.next_in == NULL)
863 state->stream.next_in = (unsigned char *)(uintptr_t)
865 if (state->stream.next_in == NULL && avail_in < 0) {
H A Darchive_read_support_format_cab.c145 const unsigned char *next_in; member in struct:lzx_stream
1436 cab->stream.next_in = NULL;
1484 * A bug in zlib.h: stream.next_in should be marked 'const'
1486 * next_in pointer, only reads it). The result: this ugly
1489 cab->stream.next_in = (Bytef *)(uintptr_t)d;
1497 if (cab->stream.next_in[0] != 0x43)
1500 cab->stream.next_in[1] != 0x4b)
1502 } else if (cab->stream.next_in[0] != 0x4b)
1514 if (mszip == 1 && cab->stream.next_in[0] != 0x4b)
1516 else if (cab->stream.next_in[
[all...]
H A Darchive_read_support_filter_gzip.c301 state->stream.next_in = (unsigned char *)(uintptr_t)
401 /* ZLib treats stream.next_in as const but doesn't declare
403 state->stream.next_in = (unsigned char *)(uintptr_t)
405 if (state->stream.next_in == NULL) {
/freebsd-10.0-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-10.0-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;

Completed in 187 milliseconds

1234