Searched refs:next_out (Results 51 - 75 of 81) sorted by relevance

1234

/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c545 off_t ptroff = (caddr_t)rb->rb_zstr.next_out - rb->rb_base;
550 rb->rb_zstr.next_out = (Bytef *)(rb->rb_ptr);
573 rb->rb_zstr.next_out = (Bytef *)rb->rb_ptr;
585 rb->rb_ptr = (caddr_t)rb->rb_zstr.next_out;
606 rb->rb_ptr = (caddr_t)rb->rb_zstr.next_out;
1312 zstr.next_out = (Bytef *)dbuf;
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c321 def.next_out = (z_Bytef*) blockTable[blockNb].cPtr;
352 def.next_out = (z_Bytef*) blockTable[blockNb].cPtr;
457 inf.next_out = (z_Bytef*) blockTable[blockNb].resPtr;
489 inf.next_out = (z_Bytef*) blockTable[blockNb].resPtr;
/freebsd-13-stable/sys/kern/
H A Dkern_ctf.c267 zs.next_out = ((uint8_t *) ctftab) + sizeof(ctf_hdr);
/freebsd-13-stable/stand/libsa/
H A Dbzipfs.c235 bzf->bzf_bzstream.next_out = buf; /* where and how much */
H A Dgzipfs.c244 zf->zf_zstream.next_out = buf; /* where and how much */
H A Dpkgfs.c473 pkg->pkg_zs.next_out = buf;
/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dfileio.c1044 strm.next_out = (Bytef*)ress->dstBuffer;
1064 strm.next_out = (Bytef*)ress->dstBuffer;
1084 strm.next_out = (Bytef*)ress->dstBuffer;
1131 strm.next_out = (BYTE*)ress->dstBuffer;
1152 strm.next_out = (BYTE*)ress->dstBuffer;
2192 strm.next_out = (Bytef*)ress->dstBuffer;
2218 strm.next_out = (Bytef*)ress->dstBuffer;
2267 strm.next_out = (BYTE*)ress->dstBuffer;
2295 strm.next_out = (BYTE*)ress->dstBuffer;
/freebsd-13-stable/usr.bin/gzip/
H A Dgzip.c645 z.next_out = (unsigned char *)outbufp + i;
666 z.next_out = (unsigned char *)outbufp;
707 len = (char *)z.next_out - outbufp;
716 z.next_out = (unsigned char *)outbufp;
808 z.next_out = (unsigned char *)outbufp;
1021 z.next_out = (unsigned char *)outbufp;
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c140 unsigned char *next_out; member in struct:lzx_stream
1433 cab->stream.next_out = NULL;
1465 cab->stream.next_out =
1677 cab->xstrm.next_out =
2408 strm->next_out += bytes_written;
2572 * Copy bytes form next_in to next_out directly.
2593 memcpy(strm->next_out, strm->next_in, l);
2598 strm->next_out += l;
2748 unsigned char *noutp = strm->next_out;
H A Darchive_read_support_format_zip.c964 stream.next_out = (unsigned char*)uncompressed_buffer;
1755 zip->zipx_lzma_stream.next_out = zip->uncompressed_buffer;
1808 zip->zipx_lzma_stream.next_out = zip->uncompressed_buffer;
1903 zip->zipx_lzma_stream.next_out = zip->uncompressed_buffer;
2242 zip->bzstream.next_out = (char*) zip->uncompressed_buffer;
2431 zip->stream.next_out = zip->uncompressed_buffer;
3981 zip->stream.next_out = mp;
H A Darchive_write_set_format_zip.c989 zip->stream.next_out = zip->buf;
1117 zip->stream.next_out = zip->buf;
1176 zip->stream.next_out = zip->buf;
H A Darchive_read_support_format_7zip.c290 unsigned char *next_out; member in struct:_7zip::__anon1101
1393 zip->lzstream.next_out = t_next_out;
1420 zip->bzstream.next_out = (char *)(uintptr_t)t_next_out;
1453 zip->stream.next_out = t_next_out;
1484 zip->ppstream.next_out = t_next_out;
1528 *zip->ppstream.next_out++ = (unsigned char)sym;
/freebsd-13-stable/sys/contrib/zlib/
H A Dinfback.c130 put = strm->next_out; \
141 strm->next_out = put; \
H A Dinflate.c26 * - Change strm->next_out[-state->offset] to *(strm->next_out - state->offset)
78 * - Check next_in and next_out for Z_NULL on entry to inflate()
478 put = strm->next_out; \
489 strm->next_out = put; \
613 strm->next_out, given the space available and the provided input--the effect
645 if (inflateStateCheck(strm) || strm->next_out == Z_NULL ||
1257 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1268 UPDATE(state->check, strm->next_out - out, out);
H A Ddeflate.c731 * strm->next_out buffer and copying into it. (See also read_buf()).
744 zmemcpy(strm->next_out, s->pending_out, len);
745 strm->next_out += len;
778 if (strm->next_out == Z_NULL ||
1646 * maximizes the opportunites to have a single copy from next_in to next_out.
1658 /* Copy as many min_block or larger stored blocks directly to next_out as
1659 * possible. If flushing, copy the remaining available input to next_out as
1712 /* Copy uncompressed bytes from the window to next_out. */
1716 zmemcpy(s->strm->next_out, s->window + s->block_start, left);
1717 s->strm->next_out
[all...]
H A Dzlib.h91 Bytef *next_out; /* next output byte will go here */ member in struct:z_stream_s
92 uInt avail_out; /* remaining free space at next_out */
135 to zero. It must update next_out and avail_out when avail_out has dropped
265 - Generate more output starting at next_out and update next_out and avail_out
355 if next_in or next_out was Z_NULL or the state was inadvertently written over
394 next_out, and avail_out are unused and unchanged. The current
416 - Generate more output starting at next_out and update next_out and avail_out
448 data from that block has been written to strm->next_out
[all...]
/freebsd-13-stable/contrib/file/src/
H A Dcompress.c569 z.next_out = *newch;
618 bz.next_out = RCAST(char *, *newch);
661 xz.next_out = RCAST(uint8_t *, *newch);
/freebsd-13-stable/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c525 .next_out = (unsigned char *)out,
/freebsd-13-stable/usr.sbin/bhyve/
H A Drfb.c380 rc->zstream.next_out = (Bytef *)zbufp;
462 rc->zstream.next_out = (Bytef *)rc->zbuf;
/freebsd-13-stable/contrib/pnglite/
H A Dpnglite.c257 stream->next_out = png->png_data;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstream.c1222 btn->in->next_out = (Bytef *) buffer;
1286 btn->out->next_out = write_buf;
1323 btn->out->next_out = buf;
/freebsd-13-stable/sbin/savecore/
H A Dsavecore.c516 z->next_out = zbuf;
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c968 zstr.next_out = buf;
/freebsd-13-stable/crypto/openssh/
H A Dpacket.c750 ssh->state->compression_out_stream.next_out = buf;
790 ssh->state->compression_in_stream.next_out = buf;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp594 stream.next_out = (Bytef *)decompressed_buffer;

Completed in 404 milliseconds

1234