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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzlib.h71 uLong total_in; /* total nb of input bytes read so far */ member in struct:z_stream_s
116 The fields total_in and total_out can be used for statistics or
117 progress reports. After compression, total_in holds the total size of
263 so far (that is, total_in bytes).
581 case, the application may save the current current value of total_in which
H A Dgzio.c391 s->stream.total_in += (uLong)len;
426 uLong total_in = s->stream.total_in; local
430 s->stream.total_in = total_in;
676 offset -= s->stream.total_in;
694 return (z_off_t)s->stream.total_in;
711 s->stream.total_in = s->stream.total_out = (uLong)offset;
837 putLong (s->file, s->stream.total_in);

Completed in 2121 milliseconds