Lines Matching refs:total_out
96 unsigned long *total_in, unsigned long *total_out)
107 unsigned long len = *total_out;
112 *total_out = 0;
122 workspace->strm.total_out = 0;
190 workspace->strm.total_out) {
219 if (workspace->strm.total_out > max_out)
257 if (workspace->strm.total_out >= workspace->strm.total_in) {
263 *total_out = workspace->strm.total_out;
283 size_t total_out = 0;
297 workspace->strm.total_out = 0;
322 buf_start = total_out;
323 total_out = workspace->strm.total_out;
326 if (buf_start == total_out)
330 total_out, disk_start,
376 unsigned long total_out = 0;
389 workspace->strm.total_out = 0;
415 buf_start = total_out;
416 total_out = workspace->strm.total_out;
418 if (total_out == buf_start) {
423 if (total_out <= start_byte)
426 if (total_out > start_byte && buf_start < start_byte)