Searched refs:outcnt (Results 1 – 2 of 2) sorted by relevance
50 static unsigned outcnt; /* bytes in output buffer */ variable129 for (n = 0; n < outcnt; n++) { in flush_window()134 bytes_out += (ulg)outcnt; in flush_window()135 output_ptr += (ulg)outcnt; in flush_window()136 outcnt = 0; in flush_window()
40 static unsigned outcnt; /* bytes in output buffer */ variable141 for (n = 0; n < outcnt; n++) { in flush_window()146 bytes_out += (ulg)outcnt; in flush_window()147 output_ptr += (ulg)outcnt; in flush_window()148 outcnt = 0; in flush_window()
Completed in 5 milliseconds