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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzlib.h75 uLong total_out; /* total nb of bytes output so far */ member in struct:z_stream_s
116 The fields total_in and total_out can be used for statistics or
364 so far (that is, total_out bytes) and returns Z_OK, Z_STREAM_END or
H A Dgzio.c392 s->stream.total_out += (uLong)len;
421 * be different from s->stream.total_out) in case of
427 uLong total_out = s->stream.total_out; local
431 s->stream.total_out = total_out;
701 offset += s->stream.total_out;
711 s->stream.total_in = s->stream.total_out = (uLong)offset;
716 if ((uLong)offset >= s->stream.total_out) {
717 offset -= s->stream.total_out;
[all...]

Completed in 297 milliseconds