/titanic_44/usr/src/uts/common/zmod/ |
H A D | zmod.c | 46 zs.next_in = (uchar_t *)src; in z_uncompress() 77 zs.next_in = (uchar_t *)src; in z_compress_level()
|
H A D | inffast.c | 101 in = strm->next_in - OFF; 296 strm->next_in = in + OFF;
|
H A D | inflate.c | 414 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 D | deflate.c | 572 (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 D | zlib.h | 85 Bytef *next_in; /* next input byte */ member
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | compress.c | 95 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 D | decompress.c | 159 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 D | deflate.c | 432 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 D | zlib.c | 1129 (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 D | zlib.h | 405 Bytef *next_in; /* next input byte */ member
|
/titanic_44/usr/src/common/bzip2/ |
H A D | bzlib.c | 464 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 D | bzlib.h | 53 char *next_in; member
|
H A D | decompress.c | 58 (*((UChar*)(s->strm->next_in)))); \ 60 s->strm->next_in++; \
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | deflate.c | 259 state->strm.next_in = rptr; 323 state->strm.next_in = rptr;
|
H A D | zlib.h | 160 Bytef *next_in; /* next input byte */ member
|
H A D | zlib.c | 739 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 D | ctf.c | 487 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 D | dump.c | 966 zstr.next_in = (void *)cd.cd_ctfdata; in main()
|
/titanic_44/usr/src/cmd/savecore/ |
H A D | savecore.c | 1030 s->strm.next_in = block; in bz2block()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 1968 ps->next_in = buf; in dumpsys_bzrun()
|