Searched refs:total_out (Results 1 – 3 of 3) sorted by relevance
175 out = strm->total_out; in read_compressed()177 out = strm->total_out - out; in read_compressed()
127 strm->total_in = strm->total_out = state->total = 0;1223 strm->total_out += out;1289 strm->total_out += out;1467 in = strm->total_in; out = strm->total_out;1469 strm->total_in = in; strm->total_out = out;
94 uLong total_out; /* total number of bytes output so far */ member
Completed in 8 milliseconds