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

1 2 3

  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
netpgpv-bzlib.h 58 unsigned int avail_out; member in struct:__anon1082
netpgpv-bzlib.h 58 unsigned int avail_out; member in struct:__anon1082
  /src/external/bsd/bzip2/dist/
bzlib.h 58 unsigned int avail_out; member in struct:__anon6528
bzlib.h 58 unsigned int avail_out; member in struct:__anon6528
  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 37 public uint avail_out; field in struct:DotZLib.ZStream
DotZLib.cs 37 public uint avail_out; field in struct:DotZLib.ZStream
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 37 public uint avail_out; field in struct:DotZLib.ZStream
DotZLib.cs 37 public uint avail_out; field in struct:DotZLib.ZStream
  /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 37 public uint avail_out; field in struct:DotZLib.ZStream
DotZLib.cs 37 public uint avail_out; field in struct:DotZLib.ZStream
  /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 37 public uint avail_out; field in struct:DotZLib.ZStream
DotZLib.cs 37 public uint avail_out; field in struct:DotZLib.ZStream
  /src/external/public-domain/xz/dist/src/liblzma/api/lzma/
base.h 231 * strm->avail_out > 0 when calling lzma_code().
527 size_t avail_out; /**< Amount of free space in next_out. */ member in struct:__anon311
622 * strm->avail_in, strm->next_out, and strm->avail_out to pass input
base.h 231 * strm->avail_out > 0 when calling lzma_code().
527 size_t avail_out; /**< Amount of free space in next_out. */ member in struct:__anon311
622 * strm->avail_in, strm->next_out, and strm->avail_out to pass input
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 37 public uint avail_out; field in struct:DotZLib.ZStream
DotZLib.cs 37 public uint avail_out; field in struct:DotZLib.ZStream
  /src/external/cddl/osnet/dist/uts/common/zmod/
zlib.h 90 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
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
267 more output, and updating avail_in or avail_out accordingly; avail_out
270 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
271 and with zero avail_out, it must be called again after making room in the
291 If deflate returns with avail_out == 0, this function must be called again
293 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
zlib.h 90 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
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
267 more output, and updating avail_in or avail_out accordingly; avail_out
270 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
271 and with zero avail_out, it must be called again after making room in the
291 If deflate returns with avail_out == 0, this function must be called again
293 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /src/sys/net/
zlib.h 368 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
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
519 more output, and updating avail_in or avail_out accordingly; avail_out
522 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
523 and with zero avail_out, it must be called again after making room in the
539 If deflate returns with avail_out == 0, this function must be called again
541 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/comp/
c_brotli.c 383 size_t avail_out; member in struct:__anon74::__anon75
392 size_t avail_out; member in struct:__anon74::__anon76
532 ctx->decode.avail_out = (size_t)outl;
537 &ctx->decode.avail_out, &ctx->decode.next_out, NULL);
544 if (BrotliDecoderIsFinished(ctx->decode.state) || ctx->decode.avail_out == 0)
545 return (int)(outl - ctx->decode.avail_out);
559 int tot = outl - ctx->decode.avail_out;
603 ctx->encode.avail_out = ctx->encode.bufsize;
634 ctx->encode.avail_out = ctx->encode.bufsize;
637 &ctx->encode.avail_out, &ctx->encode.next_out, NULL)
    [all...]
  /src/external/gpl3/binutils/dist/zlib/
zlib.h 92 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
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
273 output, and updating avail_in or avail_out accordingly; avail_out should
275 output when it wants, for example when the output buffer is full (avail_out
277 zero avail_out, it must be called again after making room in the output
319 If deflate returns with avail_out == 0, this function must be called again
321 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/
zlib.h 92 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
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
273 output, and updating avail_in or avail_out accordingly; avail_out should
275 output when it wants, for example when the output buffer is full (avail_out
277 zero avail_out, it must be called again after making room in the output
319 If deflate returns with avail_out == 0, this function must be called again
321 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/
zlib.h 92 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
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
273 output, and updating avail_in or avail_out accordingly; avail_out should
275 output when it wants, for example when the output buffer is full (avail_out
277 zero avail_out, it must be called again after making room in the output
319 If deflate returns with avail_out == 0, this function must be called again
321 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /src/external/gpl3/gdb/dist/zlib/
zlib.h 92 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
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
273 output, and updating avail_in or avail_out accordingly; avail_out should
275 output when it wants, for example when the output buffer is full (avail_out
277 zero avail_out, it must be called again after making room in the output
319 If deflate returns with avail_out == 0, this function must be called again
321 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /src/common/dist/zlib/
zlib.h 98 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
141 to zero. It must update next_out and avail_out when avail_out has dropped
271 - Generate more output starting at next_out and update next_out and avail_out
279 output, and updating avail_in or avail_out accordingly; avail_out should
281 output when it wants, for example when the output buffer is full (avail_out
283 zero avail_out, it must be called again after making room in the output
325 If deflate returns with avail_out == 0, this function must be called again
327 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]

Completed in 94 milliseconds

1 2 3