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

12

/illumos-gate/usr/src/uts/common/zmod/
H A Dzmod.c46 zs.next_in = (uchar_t *)src;
77 zs.next_in = (uchar_t *)src;
H A Dinffast.c74 unsigned char FAR *in; /* local strm->next_in */
101 in = strm->next_in - OFF;
296 strm->next_in = in + OFF;
H A Dinflate.c85 * - Check next_in and next_out for Z_NULL on entry to inflate()
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 Dzlib.h85 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
86 uInt avail_in; /* number of bytes available at next_in */
131 The application must update next_in and avail_in when avail_in has
254 - Compress more input starting at next_in and update next_in and avail_in
256 enough room in the output buffer), next_in and avail_in are updated and
323 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
348 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
349 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
360 the zlib header if present: this will be done by inflate(). (So next_in an
[all...]
/illumos-gate/usr/src/boot/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);
H A Dinffast.c72 z_const unsigned char FAR *in; /* local strm->next_in */
99 in = strm->next_in - OFF;
316 strm->next_in = in + OFF;
H A Dinfback.c132 next = strm->next_in; \
143 strm->next_in = next; \
243 Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it
282 next = strm->next_in;
626 strm->next_in = next;
H A Dinflate.c78 * - Check next_in and next_out for Z_NULL on entry to inflate()
463 next = strm->next_in; \
474 strm->next_in = next; \
629 (strm->next_in == Z_NULL && strm->avail_in != 0))
1406 len = syncsearch(&(state->have), strm->next_in, strm->avail_in);
1408 strm->next_in += len;
H A Ddeflate.c209 /* To do: ignore strm->next_in if we use it as window */
360 next = strm->next_in;
362 strm->next_in = (z_const Bytef *)dictionary;
385 strm->next_in = next;
679 (strm->next_in == Z_NULL && strm->avail_in != 0) ||
1073 * allocating a large strm->next_in buffer and copying from it.
1088 zmemcpy(buf, strm->next_in, len);
1097 strm->next_in += len;
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dgzip.c35 zs.next_in = (unsigned char *)src;
/illumos-gate/usr/src/boot/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...]
H A Dminigzip.c214 gz->strm.next_in = 0;
247 strm->next_in = (void *)buf;
281 strm->next_in = in;
307 strm->next_in = Z_NULL;
/illumos-gate/usr/src/common/fs/
H A Ddecompress.c159 zsp->next_in = NULL;
197 zsp->next_in = NULL;
241 zsp->next_in = (unsigned char *)filep->fi_memp;
/illumos-gate/usr/src/boot/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)++);
283 zf->zf_zstream.next_in = NULL;
H A Dpkgfs.c429 pkg->pkg_zs.next_in = pkg->pkg_buf;
432 c = *pkg->pkg_zs.next_in;
433 pkg->pkg_zs.next_in++;
455 pkg->pkg_zs.next_in = pkg->pkg_buf;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h160 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
161 uInt avail_in; /* number of bytes available at next_in */
180 The application must update next_in and avail_in when avail_in has
274 - Compress more input starting at next_in and update next_in and avail_in
276 enough room in the output buffer), next_in and avail_in are updated and
343 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible.
377 - Decompress more input starting at next_in and update next_in and avail_in
379 enough room in the output buffer), next_in i
[all...]
H A Ddeflate.c259 state->strm.next_in = rptr;
323 state->strm.next_in = rptr;
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.h53 char *next_in; member in struct:__anon1947
H A Dbzlib.c441 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
442 s->strm->next_in++;
459 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
460 s->strm->next_in++;
1160 bzf->strm.next_in = buf;
1310 bzf->strm.next_in = bzf->buf;
1371 bzf->strm.next_in = bzf->buf;
1412 *unused = bzf->strm.next_in;
1449 strm.next_in = source;
1497 strm.next_in
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c432 state->strm.next_in = rptr;
458 state->strm.next_in = mp->b_rptr;
579 state->strm.next_in = rptr;
601 state->strm.next_in = mp->b_rptr;
887 state->strm.next_in = rptr;
932 state->strm.next_in = mi->b_rptr;

Completed in 133 milliseconds

12