Searched refs:temp_counter (Results 1 – 1 of 1) sorted by relevance
150 int temp_counter = def.deflate(tempBuffer); in check() local151 m += temp_counter; in check()152 baos.write(tempBuffer, 0, temp_counter); in check()160 int temp_counter = inf.inflate(tempBuffer); in check() local161 n += temp_counter; in check()162 baos.write(tempBuffer, 0, temp_counter); in check()