Searched refs:total_out (Results 1 – 4 of 4) sorted by relevance
47 return stream.total_out; in cramfs_uncompress_block()
14 strm->total_in = strm->total_out = state->total = 0; in inflateReset()855 strm->total_out += out; in inflate()917 strm->total_out += out; in inflate()
363 strm->total_in = strm->total_out = 0;573 strm->total_out += len;
426 uLong total_out; /* total nb of bytes output so far */ member