Home
last modified time | relevance | path

Searched refs:next_in (Results 1 – 20 of 20) sorted by relevance

/titanic_44/usr/src/uts/common/zmod/
H A Dzmod.c46 zs.next_in = (uchar_t *)src; in z_uncompress()
77 zs.next_in = (uchar_t *)src; in z_compress_level()
H A Dinffast.c101 in = strm->next_in - OFF;
296 strm->next_in = in + OFF;
H A Dinflate.c414 next = strm->next_in; \
425 strm->next_in = next; \
585 (strm->next_in == Z_NULL && strm->avail_in != 0))
1318 len = syncsearch(&(state->have), strm->next_in, strm->avail_in);
1320 strm->next_in += len;
H A Ddeflate.c572 (strm->next_in == Z_NULL && strm->avail_in != 0) ||
975 strm->adler = adler32(strm->adler, strm->next_in, len);
979 strm->adler = crc32(strm->adler, strm->next_in, len);
982 zmemcpy(buf, strm->next_in, len);
983 strm->next_in += len;
H A Dzlib.h85 Bytef *next_in; /* next input byte */ member
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dcompress.c95 outgoing_stream.next_in = buffer_ptr(input_buffer); in buffer_compress()
135 incoming_stream.next_in = buffer_ptr(input_buffer); in buffer_uncompress()
/titanic_44/usr/src/common/fs/
H A Ddecompress.c159 zsp->next_in = NULL; in cf_check_compressed()
197 zsp->next_in = NULL; in cf_rewind()
241 zsp->next_in = (unsigned char *)filep->fi_memp; in cf_read()
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c432 state->strm.next_in = rptr; in z_compress()
458 state->strm.next_in = mp->b_rptr; in z_compress()
579 state->strm.next_in = rptr; in z_incomp()
601 state->strm.next_in = mp->b_rptr; in z_incomp()
887 state->strm.next_in = rptr; in z_decompress()
932 state->strm.next_in = mi->b_rptr; in z_decompress()
H A Dzlib.c1129 (strm->next_in == Z_NULL && strm->avail_in != 0) ||
1398 strm->adler = adler32(strm->adler, strm->next_in, len);
1400 zmemcpy(buf, strm->next_in, len);
1401 strm->next_in += len;
3736 #define NEXTBYTE (z->avail_in--, z->total_in++, *z->next_in++)
3746 if (z == Z_NULL || z->state == Z_NULL || z->next_in == Z_NULL)
3958 p = z->next_in;
3985 z->total_in += p - z->next_in;
3986 z->next_in = p;
4201 #define UPDIN {z->avail_in = n; z->total_in += p-z->next_in; z->next_in = p; }
[all …]
H A Dzlib.h405 Bytef *next_in; /* next input byte */ member
/titanic_44/usr/src/common/bzip2/
H A Dbzlib.c464 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
465 s->strm->next_in++; in copy_input_until_stop()
482 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
483 s->strm->next_in++; in copy_input_until_stop()
1149 bzf->strm.next_in = buf; in BZ_API()
1299 bzf->strm.next_in = bzf->buf; in BZ_API()
1360 bzf->strm.next_in = bzf->buf; in BZ_API()
1401 *unused = bzf->strm.next_in; in BZ_API()
1438 strm.next_in = source; in BZ_API()
1486 strm.next_in = source; in BZ_API()
H A Dbzlib.h53 char *next_in; member
H A Ddecompress.c58 (*((UChar*)(s->strm->next_in)))); \
60 s->strm->next_in++; \
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Ddeflate.c259 state->strm.next_in = rptr;
323 state->strm.next_in = rptr;
H A Dzlib.h160 Bytef *next_in; /* next input byte */ member
H A Dzlib.c739 if (strm->next_in == Z_NULL && strm->avail_in != 0) {
890 state->adler = adler32(state->adler, strm->next_in, len);
892 zmemcpy(buf, strm->next_in, len);
893 strm->next_in += len;
2856 #define NEXTBYTE (z->avail_in--,z->total_in++,*z->next_in++)
2865 if (z == Z_NULL || z->next_in == Z_NULL)
3002 p = z->next_in;
3018 z->total_in += p - z->next_in;
3019 z->next_in = p;
3099 #define UPDIN {z->avail_in=n;z->total_in+=p-z->next_in;z->next_in=p;}
[all …]
/titanic_44/usr/src/tools/ctf/cvt/
H A Dctf.c487 rb->rb_zstr.next_in = (Bytef *)buf; in compress_buffer()
1210 zstr.next_in = (Bytef *)cbuf; in decompress_ctf()
1223 zstr.total_in, zstr.total_out, (caddr_t)zstr.next_in - cbuf); in decompress_ctf()
/titanic_44/usr/src/tools/ctf/dump/
H A Ddump.c966 zstr.next_in = (void *)cd.cd_ctfdata; in main()
/titanic_44/usr/src/cmd/savecore/
H A Dsavecore.c1030 s->strm.next_in = block; in bz2block()
/titanic_44/usr/src/uts/common/os/
H A Ddumpsubr.c1968 ps->next_in = buf; in dumpsys_bzrun()