=========================================================================== * Flush the bits in the bit buffer to pending output (leaves at most 7 bits) */
| 876 | * Flush the bits in the bit buffer to pending output (leaves at most 7 bits) |
| 877 | */ |
| 878 | void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s) { |
| 879 | bi_flush(s); |
| 880 | } |
| 881 | |
| 882 | /* =========================================================================== |
| 883 | * Send one empty static block to give enough lookahead for inflate. |
no test coverage detected