Searched refs:total_in (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c141 int64_t total_in; member in struct:lzh_stream
1599 lha->strm.total_in = 0;
1614 lha->entry_unconsumed = lha->strm.total_in;
1615 lha->entry_bytes_remaining -= lha->strm.total_in;
2103 strm->total_in += avail_in - strm->avail_in;
H A Darchive_read_support_format_7zip.c289 int64_t total_in; member in struct:_7zip::__anon8
997 zip->ppstream.total_in++;
1159 zip->lzstream.total_in = 0;
1222 zip->stream.total_in = 0;
1269 zip->ppstream.total_in = 0;
H A Darchive_write_set_format_iso9660.c7380 iso9660->zisofs.stream.total_in = 0;
7610 avail = ZF_BLOCK_SIZE - zstrm->total_in;
7644 avail + zstrm->total_in == ZF_BLOCK_SIZE) {
7962 zisofs->stream.total_in = 0;
H A Darchive_read_support_format_xar.c1471 xar->stream.total_in = 0;
1558 xar->lzstream.total_in = 0;
H A Darchive_read_support_format_iso9660.c1581 zisofs->stream.total_in = 0;
/freebsd-11-stable/sys/libkern/
H A Dzlib.c884 strm->total_in = strm->total_out = 0;
926 if (func != configuration_table[level].func && strm->total_in != 0) {
1234 strm->total_in += len;
3104 z->total_in = z->total_out = 0;
3198 #define NEXTBYTE (z->avail_in--,z->total_in++,*z->next_in++)
3379 uLong r, w; /* temporaries to save total_in and total_out */
3407 z->total_in += p - z->next_in;
3415 r = z->total_in; w = z->total_out;
3417 z->total_in = r; z->total_out = w;
3595 #define UPDIN {z->avail_in=n;z->total_in
[all...]
/freebsd-11-stable/sys/contrib/zlib/
H A Dzlib.h89 uLong total_in; /* total number of input bytes read so far */ member in struct:z_stream_s
160 The fields total_in and total_out can be used for statistics or progress
161 reports. After compression, total_in holds the total size of the
342 so far (that is, total_in bytes). If a gzip stream is being generated, then
937 total_in which indicates where valid compressed data was found. In the
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c1336 zstr.total_in, zstr.total_out, (caddr_t)zstr.next_in - cbuf);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp593 stream.total_in = 0;

Completed in 275 milliseconds

12