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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzlib.h109 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
177 The fields total_in and total_out can be used for statistics or
178 progress reports. After compression, total_in holds the total size of
334 so far (that is, total_in bytes).
791 case, the application may save the current current value of total_in which

Completed in 135 milliseconds