Searched refs:total_output (Results 1 – 1 of 1) sorted by relevance
379 size_t match_length, size_t total_output,1239 size_t total_output = ctx->current_total_output; in execute_sequences() local1245 total_output += literals_size; in execute_sequences()1252 execute_match_copy(ctx, offset, match_length, total_output, out); in execute_sequences()1254 total_output += match_length; in execute_sequences()1261 total_output += len; in execute_sequences()1264 ctx->current_total_output = total_output; in execute_sequences()1333 size_t match_length, size_t total_output, in execute_match_copy() argument1336 if (total_output <= ctx->header.window_size) { in execute_match_copy()1338 if (offset > total_output + ctx->dict_content_len) { in execute_match_copy()[all …]