=========================================================================== * Flush the bits in the bit buffer to pending output (leaves at most 7 bits) */
| 852 | * Flush the bits in the bit buffer to pending output (leaves at most 7 bits) |
| 853 | */ |
| 854 | void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s) |
| 855 | { |
| 856 | bi_flush(s); |
| 857 | } |
| 858 | |
| 859 | /* =========================================================================== |
| 860 | * Send one empty static block to give enough lookahead for inflate. |
no test coverage detected