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

1 2

  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
netpgpv-bzlib.h 57 char *next_out; member in struct:__anon1082
netpgpv-bzlib.h 57 char *next_out; member in struct:__anon1082
  /src/external/bsd/bzip2/dist/
bzlib.h 57 char *next_out; member in struct:__anon6528
bzlib.h 57 char *next_out; member in struct:__anon6528
  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 36 public IntPtr next_out; field in struct:DotZLib.ZStream
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
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
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
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
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
DotZLib.cs 36 public IntPtr next_out; field in struct:DotZLib.ZStream
  /src/external/public-domain/xz/dist/src/liblzma/api/lzma/
base.h 70 * output bytes should be picked from strm->next_out.
230 * e.g. if strm->next_out has been set to NULL and
496 * - In contrast to zlib, strm->next_in and strm->next_out are
526 uint8_t *next_out; /**< Pointer to the next output position. */ member in struct:__anon311
527 size_t avail_out; /**< Amount of free space in next_out. */
622 * strm->avail_in, strm->next_out, and strm->avail_out to pass input
base.h 70 * output bytes should be picked from strm->next_out.
230 * e.g. if strm->next_out has been set to NULL and
496 * - In contrast to zlib, strm->next_in and strm->next_out are
526 uint8_t *next_out; /**< Pointer to the next output position. */ member in struct:__anon311
527 size_t avail_out; /**< Amount of free space in next_out. */
622 * strm->avail_in, strm->next_out, and strm->avail_out to pass input
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 36 public IntPtr next_out; field in struct:DotZLib.ZStream
DotZLib.cs 36 public IntPtr next_out; field in struct:DotZLib.ZStream
  /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...]
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/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...]

Completed in 164 milliseconds

1 2