Searched refs:next_out (Results 1 - 23 of 23) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A DByteLoader.xs13 if (SvCUR(data->datasv) <= (STRLEN)data->next_out) {
18 data->next_out = 0;
29 return *((U8 *) SvPV_nolen (data->datasv) + data->next_out++);
41 if (len < (data->next_out + wanted)) {
45 len -= data->next_out;
47 memmove (start, start + data->next_out, len + 1);
53 data->next_out = 0;
69 memcpy (buf, start + data->next_out, wanted);
70 data->next_out += wanted;
85 data.next_out
[all...]
H A Dbyterun.h13 int next_out; member in struct:byteloader_fdata
/opensolaris-onvv-gate/usr/src/uts/common/zmod/
H A Dzmod.c48 zs.next_out = dst;
79 zs.next_out = dst;
H A Dinffast.c76 unsigned char FAR *out; /* local strm->next_out */
77 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
103 out = strm->next_out - OFF;
297 strm->next_out = out + OFF;
H A Dinflate.c33 * - Change strm->next_out[-state->offset] to *(strm->next_out - state->offset)
85 * - Check next_in and next_out for Z_NULL on entry to inflate()
357 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
364 zmemcpy(state->window + state->write, strm->next_out - copy, dist);
367 zmemcpy(state->window, strm->next_out - copy, copy);
412 put = strm->next_out; \
423 strm->next_out = put; \
552 strm->next_out, given the space available and the provided input--the effect
584 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out
[all...]
H A Dzlib.h89 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
90 uInt avail_out; /* remaining free space at next_out */
132 dropped to zero. It must update next_out and avail_out when avail_out
259 - Provide more output starting at next_out and update next_out and avail_out
323 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
361 avail_in may be modified, but next_out and avail_out are unchanged.)
380 - Provide more output starting at next_out and update next_out and avail_out
410 uncompressed data from that block has been written to strm->next_out
[all...]
H A Ddeflate.c535 * to avoid allocating a large strm->next_out buffer and copying into it.
546 zmemcpy(strm->next_out, strm->state->pending_out, len);
547 strm->next_out += len;
571 if (strm->next_out == Z_NULL ||
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dcompress.c101 outgoing_stream.next_out = buf;
140 incoming_stream.next_out = buf;
/opensolaris-onvv-gate/usr/src/common/fs/
H A Ddecompress.c161 zsp->next_out = NULL;
226 zsp->next_out = (unsigned char *)buf;
248 zsp->avail_out, (unsigned long)zsp->next_out);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/comp/
H A Dc_zlib.c161 state->istream.next_out = Z_NULL;
173 state->ostream.next_out = Z_NULL;
218 state->ostream.next_out = out;
246 state->istream.next_out = out;
330 stream.next_out = dest;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h164 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
165 uInt avail_out; /* remaining free space at next_out */
181 dropped to zero. It must update next_out and avail_out when avail_out
279 - Provide more output starting at next_out and update next_out and avail_out
343 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible.
382 - Provide more output starting at next_out and update next_out and avail_out
417 the stream structure was inconsistent (for example if next_in or next_out
485 null). next_out nee
[all...]
H A Ddeflate.c151 state->strm.next_out = NULL;
262 state->strm.next_out = wptr;
H A Dzlib.c717 if (strm->next_out != NULL) {
718 zmemcpy(strm->next_out, state->pending_out, len);
719 strm->next_out += len;
4327 p = z->next_out;
4380 z->next_out = p;
/opensolaris-onvv-gate/usr/src/common/bzip2/
H A Dbzlib.c509 *(s->strm->next_out) = s->zbits[s->state_out_pos];
512 s->strm->next_out++;
709 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
712 s->strm->next_out++;
761 char* cs_next_out = s->strm->next_out;
839 s->strm->next_out = cs_next_out;
879 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
882 s->strm->next_out++;
928 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch;
931 s->strm->next_out
[all...]
H A Dbzlib.h58 char *next_out; member in struct:__anon2112
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c423 state->strm.next_out = wptr;
426 state->strm.next_out = NULL;
485 state->strm.next_out = m->b_wptr;
493 state->strm.next_out = NULL;
892 state->strm.next_out = wptr;
949 --state->strm.next_out;
968 state->strm.next_out = mo->b_rptr;
H A Dzlib.h409 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
410 uInt avail_out; /* remaining free space at next_out */
431 * dropped to zero. It must update next_out and avail_out when
555 * - Provide more output starting at next_out and update next_out and
624 * inconsistent (for example if next_in or next_out was NULL),
669 * - Provide more output starting at next_out and update next_out and
712 * inconsistent (for example if next_in or next_out was NULL),
784 * history buffer (and leave next_in null). next_out nee
[all...]
H A Dzlib.c18 * - allow strm->next_out to be NULL, meaning discard the output
1086 * to avoid allocating a large strm->next_out buffer and copying into it.
1100 if (strm->next_out != Z_NULL) { /* PPP */
1101 zmemcpy(strm->next_out, s->pending_out, len);
1102 strm->next_out += len;
1128 if (/* strm->next_out == Z_NULL || --- we allow null --- PPP */
5553 p = z->next_out;
5606 z->next_out = p;
/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Dctf.c457 off_t ptroff = (caddr_t)rb->rb_zstr.next_out - rb->rb_base;
462 rb->rb_zstr.next_out = (Bytef *)(rb->rb_ptr);
485 rb->rb_zstr.next_out = (Bytef *)rb->rb_ptr;
497 rb->rb_ptr = (caddr_t)rb->rb_zstr.next_out;
518 rb->rb_ptr = (caddr_t)rb->rb_zstr.next_out;
1212 zstr.next_out = (Bytef *)dbuf;
/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp798 soap->d_stream->next_out = (Byte*)soap->z_buf;
1049 { if (soap->d_stream->next_out == Z_NULL)
1053 soap->d_stream->next_out = (Byte*)soap->buf;
1066 soap->d_stream->next_out = Z_NULL;
1082 soap->d_stream->next_out = Z_NULL;
1171 soap->d_stream->next_out = (Byte*)soap->buf;
1189 soap->d_stream->next_out = Z_NULL;
1200 soap->d_stream->next_out = Z_NULL;
6678 soap->d_stream->next_out = (Byte*)soap->z_buf;
6683 soap->d_stream->next_out
[all...]
/opensolaris-onvv-gate/usr/src/tools/ctf/dump/
H A Ddump.c968 zstr.next_out = buf;
/opensolaris-onvv-gate/usr/src/cmd/savecore/
H A Dsavecore.c977 s->strm.next_out = buf;
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Ddumpsubr.c1957 ps->next_out = hp->cpout->buf + CSIZE;

Completed in 301 milliseconds