Searched refs:total_out (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libz/
H A Duncompr.c57 *destLen = stream.total_out;
H A Dcompress.c54 *destLen = stream.total_out;
H A Dexample.c187 while (c_stream.total_in != len && c_stream.total_out < comprLen) {
227 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) {
333 if (d_stream.total_out != 2*uncomprLen + comprLen/2) {
334 fprintf(stderr, "bad large inflate: %ld\n", d_stream.total_out);
376 *comprLen = c_stream.total_out;
H A Dinflate.c110 strm->total_in = strm->total_out = state->total = 0;
1081 strm->total_out += out;
1143 strm->total_out += out;
1266 unsigned long in, out; /* temporary to save total_in and total_out */
1298 in = strm->total_in; out = strm->total_out;
1300 strm->total_in = in; strm->total_out = out;
H A Dzlib.h89 uLong total_out; /* total nb of bytes output so far */ member in struct:z_stream_s
153 The fields total_in and total_out can be used for statistics or
434 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
H A Ddeflate.c367 strm->total_in = strm->total_out = 0;
543 strm->total_out += len;
/ast/src/lib/libbz/
H A Dbzlib.h91 unsigned int total_out; member in struct:__anon329
H A Dbzlib.c209 strm->total_out = 0;
351 s->strm->total_out++;
514 strm->total_out = 0;
544 s->strm->total_out++;
646 s->strm->total_out += (avail_out_INIT - cs_avail_out);
697 s->strm->total_out++;
742 s->strm->total_out++;
1020 if (nbytes_out != NULL) *nbytes_out = bzf->strm.total_out;
/ast/src/cmd/INIT/
H A Dratz.c512 uLong total_out; /* total nb of bytes output so far */ member in struct:z_stream_s
2336 strm->total_in = strm->total_out = state->total = 0;
3300 strm->total_out += out;
3362 strm->total_out += out;
3487 unsigned long in, out; /* temporary to save total_in and total_out */
3519 in = strm->total_in; out = strm->total_out;
3521 strm->total_in = in; strm->total_out = out;

Completed in 44 milliseconds