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

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c634 strm.next_out = (unsigned char *) *core_img;
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
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;
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...]
/osnet-11/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
/systemd/src/import/
H A Dimport-compress.c134 c->xz.next_out = buffer;
155 c->gzip.next_out = buffer;
176 c->bzip2.next_out = (char*) buffer;
293 c->xz.next_out = (uint8_t*) *buffer + *buffer_size;
315 c->gzip.next_out = (uint8_t*) *buffer + *buffer_size;
337 c->bzip2.next_out = (void*) ((uint8_t*) *buffer + *buffer_size);
398 c->xz.next_out = (uint8_t*) *buffer + *buffer_size;
419 c->gzip.next_out = (uint8_t*) *buffer + *buffer_size;
439 c->bzip2.next_out = (void*) ((uint8_t*) *buffer + *buffer_size);
H A Dqcow2-util.c142 s.next_out = buffer2;
150 sz = (uint8_t*) s.next_out - (uint8_t*) buffer2;
/systemd/src/journal/
H A Dcompress.c154 s.next_out = *dst;
178 s.next_out = *dst + used;
272 s.next_out = *buffer;
293 s.next_out = *buffer + *buffer_size - s.avail_out;
410 s.next_out = out;
572 s.next_out = out;

Completed in 78 milliseconds