Home | History | Annotate | Download | only in src

Lines Matching refs:total_out

111     strm->total_in = strm->total_out = state->total = 0;
1178 strm->total_out += out;
1241 strm->total_out += out;
1381 unsigned long in, out; /* temporary to save total_in and total_out */
1413 in = strm->total_in; out = strm->total_out;
1415 strm->total_in = in; strm->total_out = out;