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

1 2

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_filter_gzip.c 59 int64_t total_out; member in struct:private_data
505 state->total_out += decompressed;
archive_read_support_filter_zstd.c 60 int64_t total_out; member in struct:private_data
313 state->total_out += decompressed;
archive_read_support_filter_lzop.c 74 int64_t total_out; member in struct:read_lzop
437 state->total_out += state->compressed_size;
481 state->total_out += out_size;
archive_read_support_filter_xz.c 57 int64_t total_out; member in struct:private_data
709 state->total_out += decompressed;
archive_write_add_filter_xz.c 108 int64_t total_out; member in struct:private_data
448 data->total_out +=
456 archive_le64enc(data->compressed+12, data->total_out + 20);
490 data->total_out += data->compressed_buffer_size;
archive_write_set_format_7zip.c 142 uint64_t total_out; member in struct:la_zstream
786 zip->total_bytes_uncompressed += zip->stream.total_out;
875 data_size = zip->stream.total_out;
930 header_size = zip->stream.total_out;
967 header_size = zip->stream.total_out;
1810 lastrm->total_out += bytes;
1851 strm->total_out = (uLong)lastrm->total_out;
1884 strm->total_out = (uLong)lastrm->total_out;
    [all...]
archive_read_support_format_cab.c 142 int64_t total_out; member in struct:lzx_stream
1442 cab->stream.total_out = 0;
1465 cab->stream.total_out = uavail;
1469 while (!eod && cab->stream.total_out < cfdata->uncompressed_size) {
1473 cab->uncompressed_buffer + cab->stream.total_out;
1475 cfdata->uncompressed_size - cab->stream.total_out;
1545 uavail = (uint16_t)cab->stream.total_out;
1680 cab->xstrm.total_out = uavail;
1681 while (cab->xstrm.total_out < cfdata->uncompressed_size) {
1685 cab->uncompressed_buffer + cab->xstrm.total_out;
    [all...]
archive_read_support_format_lha.c 145 int64_t total_out; member in struct:lzh_stream
1584 lha->strm.total_out = 0;
2080 strm->total_out += s;
archive_read_support_format_zip.c 1864 zip->zipx_lzma_stream.total_out = 0;
1917 zip->zipx_lzma_stream.total_out = 0;
1958 zip->entry_uncompressed_bytes_read += zip->zipx_lzma_stream.total_out;
1960 *size = (size_t)zip->zipx_lzma_stream.total_out;
2014 zip->zipx_lzma_stream.total_out = 0;
2054 zip->entry_uncompressed_bytes_read += zip->zipx_lzma_stream.total_out;
2069 *size = (size_t)zip->zipx_lzma_stream.total_out;
2297 uint64_t total_out; local
2371 total_out = ((uint64_t) zip->bzstream.total_out_hi32 << 32) |
2376 zip->entry_uncompressed_bytes_read += total_out;
2441 uint64_t total_out; local
    [all...]
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 38 public uint total_out; field in struct:DotZLib.ZStream
  /src/sys/lib/libsa/
cread.c 382 uint32_t total_out; local
393 total_out = getLong(s);
399 total_out != s->stream.total_out) {
455 offset += s->stream.total_out;
459 if (offset < s->stream.total_out) {
472 /* this resets total_out to 0! */
482 if (offset > s->stream.total_out) {
483 off_t toskip = offset - s->stream.total_out;
500 if (offset != s->stream.total_out)
    [all...]
  /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 38 public uint total_out; field in struct:DotZLib.ZStream
  /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 38 public uint total_out; field in struct:DotZLib.ZStream
  /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 38 public uint total_out; field in struct:DotZLib.ZStream
  /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 38 public uint total_out; field in struct:DotZLib.ZStream
  /src/external/public-domain/xz/dist/src/liblzma/api/lzma/
base.h 500 * strm->total_out to zero.
516 * Application may modify the values of total_in and total_out as it wants.
528 uint64_t total_out; /**< Total number of bytes written by liblzma. */ member in struct:__anon311
660 * strm->total_in and strm->total_out. In multi-threaded mode this is less
662 * buffered internally by liblzma. This makes total_in and total_out give
669 * strm->total_in and strm->total_out, respectively.
  /src/external/cddl/osnet/dist/uts/common/zmod/
zlib.h 91 uLong total_out; /* total nb of bytes output so far */ member in struct:z_stream_s
155 The fields total_in and total_out can be used for statistics or
436 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
  /src/common/dist/zlib/
zlib.h 95 uLong total_out; /* total number of bytes output so far */ member in struct:z_stream_s
162 The fields total_in and total_out can be used for statistics or progress
235 allocation functions. total_in, total_out, adler, and msg are initialized.
388 them to use default allocation functions. total_in, total_out, adler, and
492 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
702 set unchanged. total_in, total_out, adler, and msg are initialized.
968 total_in, total_out, adler, and msg are initialized.
  /src/sys/net/
zlib.h 369 uLong total_out; /* total nb of bytes output so far */ member in struct:z_stream_s
410 The fields total_in and total_out can be used for statistics or
669 so far (that is, total_out bytes) and returns Z_OK, Z_STREAM_END or
  /src/external/gpl3/binutils/dist/zlib/
zlib.h 93 uLong total_out; /* total number of bytes output so far */ member in struct:z_stream_s
160 The fields total_in and total_out can be used for statistics or progress
233 allocation functions. total_in, total_out, adler, and msg are initialized.
386 them to use default allocation functions. total_in, total_out, adler, and
490 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
700 set unchanged. total_in, total_out, adler, and msg are initialized.
966 total_in, total_out, adler, and msg are initialized.
  /src/external/gpl3/binutils.old/dist/zlib/
zlib.h 93 uLong total_out; /* total number of bytes output so far */ member in struct:z_stream_s
160 The fields total_in and total_out can be used for statistics or progress
489 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
  /src/external/gpl3/gdb.old/dist/zlib/
zlib.h 93 uLong total_out; /* total number of bytes output so far */ member in struct:z_stream_s
160 The fields total_in and total_out can be used for statistics or progress
489 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
  /src/external/gpl3/gdb/dist/zlib/
zlib.h 93 uLong total_out; /* total number of bytes output so far */ member in struct:z_stream_s
160 The fields total_in and total_out can be used for statistics or progress
233 allocation functions. total_in, total_out, adler, and msg are initialized.
386 them to use default allocation functions. total_in, total_out, adler, and
490 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
700 set unchanged. total_in, total_out, adler, and msg are initialized.
966 total_in, total_out, adler, and msg are initialized.
  /src/usr.sbin/makemandb/
apropos-utils.c 273 long total_out; local
286 total_out = stream.avail_out = stream.avail_in * 2 + 100;
294 total_out <<= 1;
295 outbuf = erealloc(outbuf, total_out);
296 stream.next_out = outbuf + stream.total_out;
297 stream.avail_out = total_out - stream.total_out;
303 if (stream.total_out == 0) {
307 outbuf = erealloc(outbuf, stream.total_out);
308 sqlite3_result_text(pctx, (const char *)outbuf, stream.total_out, free)
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.h 434 uLong total_out; /* total nb of bytes output so far */ member in struct:z_stream_s
498 The fields total_in and total_out can be used for statistics or
779 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described

Completed in 43 milliseconds

1 2