Searched defs:total_in (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/linux/
H A Dzlib.h87 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
130 The fields total_in and total_out can be used for statistics or
131 progress reports. After compression, total_in holds the total size of
274 so far (that is, total_in bytes).
662 case, the application may save the current current value of total_in which
/external/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs34 public uint total_in; field in struct:DotZLib.ZStream
/external/qemu/distrib/zlib-1.2.3/
H A Dzlib.h85 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
153 The fields total_in and total_out can be used for statistics or
154 progress reports. After compression, total_in holds the total size of
310 so far (that is, total_in bytes).
767 case, the application may save the current current value of total_in which
/external/zlib/
H A Dzlib.h85 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
153 The fields total_in and total_out can be used for statistics or
154 progress reports. After compression, total_in holds the total size of
310 so far (that is, total_in bytes).
767 case, the application may save the current current value of total_in which

Completed in 121 milliseconds