Searched refs:total_out (Results 1 – 3 of 3) sorted by relevance
174 out = strm->total_out; in read_compressed()176 out = strm->total_out - out; in read_compressed()
127 strm->total_in = strm->total_out = state->total = 0;1213 strm->total_out += out;1277 strm->total_out += out;1449 in = strm->total_in; out = strm->total_out;1451 strm->total_in = in; strm->total_out = out;
94 uLong total_out; /* total number of bytes output so far */ member
Completed in 13 milliseconds