Searched refs:total_output (Results 1 – 1 of 1) sorted by relevance
807 uLong total_output = 0;813 output = (unsigned char *)saferealloc(output, total_output + s->bufsize);817 strm->next_out = output + total_output;828 total_output += have;835 s->deflateParams_out_length = total_output;850 uLong total_output = s->deflateParams_out_length; in flushParams() local860 output = (unsigned char *)saferealloc(output, total_output + s->bufsize); in flushParams()864 strm->next_out = output + total_output; in flushParams()875 total_output += have; in flushParams()885 s->deflateParams_out_length = total_output; in flushParams()