HomeSort by: relevance | last modified time | path
    Searched defs:next_out (Results 1 - 25 of 25) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
netpgpv-bzlib.h 57 char *next_out; member in struct:__anon1082
zlib.h 432 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
433 uInt avail_out; /* remaining free space at next_out */
475 dropped to zero. It must update next_out and avail_out when avail_out
602 - Provide more output starting at next_out and update next_out and avail_out
666 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
704 avail_in may be modified, but next_out and avail_out are unchanged.)
723 - Provide more output starting at next_out and update next_out and avail_out
753 uncompressed data from that block has been written to strm->next_out. Th
    [all...]
  /src/external/bsd/bzip2/dist/
bzlib.h 57 char *next_out; member in struct:__anon6528
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 36 public IntPtr next_out; field in struct:DotZLib.ZStream
  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 36 public IntPtr next_out; field in struct:DotZLib.ZStream
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 36 public IntPtr next_out; field in struct:DotZLib.ZStream
  /src/external/gpl3/gcc/dist/gcc/
ddg.h 100 ddg_edge_ptr next_out; member in struct:ddg_edge
  /src/external/gpl3/gcc.old/dist/gcc/
ddg.h 100 ddg_edge_ptr next_out; member in struct:ddg_edge
  /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 36 public IntPtr next_out; field in struct:DotZLib.ZStream
  /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 36 public IntPtr next_out; field in struct:DotZLib.ZStream
  /src/external/public-domain/xz/dist/src/liblzma/api/lzma/
base.h 72 * output bytes should be picked from strm->next_out.
226 * e.g. if strm->next_out has been set to NULL and
460 * - In contrast to zlib, strm->next_in and strm->next_out are
490 uint8_t *next_out; /**< Pointer to the next output position. */ member in struct:__anon24561
491 size_t avail_out; /**< Amount of free space in next_out. */
557 * strm->avail_in, strm->next_out, and strm->avail_out to pass input
  /src/external/cddl/osnet/dist/uts/common/zmod/
zlib.h 89 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. Th
    [all...]
  /src/common/dist/zlib/
zlib.h 93 Bytef *next_out; /* next output byte will go here */ member in struct:z_stream_s
94 uInt avail_out; /* remaining free space at next_out */
137 to zero. It must update next_out and avail_out when avail_out has dropped
267 - Generate more output starting at next_out and update next_out and avail_out
357 if next_in or next_out was Z_NULL or the state was inadvertently written over
397 next_out, and avail_out are unused and unchanged. The current
419 - Generate more output starting at next_out and update next_out and avail_out
451 data from that block has been written to strm->next_out. The number o
    [all...]
  /src/sys/net/
zlib.h 367 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
368 uInt avail_out; /* remaining free space at next_out */
387 dropped to zero. It must update next_out and avail_out when avail_out
511 - Provide more output starting at next_out and update next_out and avail_out
576 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
612 avail_in may be modified, but next_out and avail_out are unchanged.)
631 - Provide more output starting at next_out and update next_out and avail_out
680 (for example if next_in or next_out was NULL), Z_MEM_ERROR if there was no
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/comp/
c_brotli.c 384 unsigned char *next_out; member in struct:__anon74::__anon75
393 unsigned char *next_out; member in struct:__anon74::__anon76
531 ctx->decode.next_out = (unsigned char *)out;
537 &ctx->decode.avail_out, &ctx->decode.next_out, NULL);
602 ctx->encode.next_out = ctx->encode.buf;
633 ctx->encode.next_out = ctx->encode.buf;
637 &ctx->encode.avail_out, &ctx->encode.next_out, NULL);
682 ctx->encode.next_out = ctx->encode.buf;
686 (const uint8_t **)&ctx->encode.next_in, &ctx->encode.avail_out, &ctx->encode.next_out, NULL);
  /src/external/gpl3/binutils/dist/zlib/
zlib.h 91 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
395 next_out, and avail_out are unused and unchanged. The current
417 - Generate more output starting at next_out and update next_out and avail_out
449 data from that block has been written to strm->next_out. The number o
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/
zlib.h 91 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. The number o
    [all...]
  /src/external/gpl3/gdb/dist/zlib/
zlib.h 91 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. The number o
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/
zlib.h 91 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. The number o
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_7zip.c 140 uint8_t *next_out; member in struct:la_zstream
723 zip->stream.next_out = zip->wbuff;
1804 memcpy(lastrm->next_out, lastrm->next_in, bytes);
1808 lastrm->next_out += bytes;
1849 strm->next_out = lastrm->next_out;
1882 strm->next_out = lastrm->next_out;
1890 lastrm->next_out = strm->next_out;
    [all...]
archive_read_support_format_cab.c 140 unsigned char *next_out; member in struct:lzx_stream
1440 cab->stream.next_out = NULL;
1472 cab->stream.next_out =
1684 cab->xstrm.next_out =
2414 strm->next_out += bytes_written;
2578 * Copy bytes form next_in to next_out directly.
2599 memcpy(strm->next_out, strm->next_in, l);
2604 strm->next_out += l;
2754 unsigned char *noutp = strm->next_out;
archive_write_set_format_xar.c 172 unsigned char *next_out; member in struct:la_zstream
746 xar->stream.next_out = xar->wbuff;
1788 xar->stream.next_out = xar->wbuff;
1804 xar->stream.next_out = xar->wbuff;
2700 strm->next_out = lastrm->next_out;
2733 strm->next_out = lastrm->next_out;
2741 lastrm->next_out = strm->next_out;
    [all...]
archive_read_support_format_7zip.c 348 unsigned char *next_out; member in struct:_7zip::__anon7074
1757 zip->lzstream.next_out = t_next_out;
1784 zip->bzstream.next_out = (char *)(uintptr_t)t_next_out;
1817 zip->stream.next_out = t_next_out;
1865 zip->ppstream.next_out = t_next_out;
1909 *zip->ppstream.next_out++ = (unsigned char)sym;
  /src/external/gpl3/binutils/dist/gas/
write.c 1449 char *next_out; local
1469 next_out = obstack_next_free (ob);
1471 out_size = compress_data (use_zstd, ctx, &contents, &in_size, &next_out,
1566 char *next_out; local
1582 next_out = obstack_next_free (ob);
1584 int x = compress_finish (use_zstd, ctx, &next_out, &avail_out, &out_size);
  /src/external/gpl3/binutils.old/dist/gas/
write.c 1443 char *next_out; local
1464 next_out = obstack_next_free (ob);
1466 out_size = compress_data (use_zstd, ctx, &contents, &in_size, &next_out,
1561 char *next_out; local
1580 next_out = obstack_next_free (ob);
1582 int x = compress_finish (use_zstd, ctx, &next_out, &avail_out, &out_size);

Completed in 56 milliseconds