(s, last)
| 6296 | |
| 6297 | |
| 6298 | function flush_block_only(s, last) { |
| 6299 | trees._tr_flush_block(s, (s.block_start >= 0 ? s.block_start : -1), s.strstart - s.block_start, last); |
| 6300 | s.block_start = s.strstart; |
| 6301 | flush_pending(s.strm); |
| 6302 | } |
| 6303 | |
| 6304 | |
| 6305 | function put_byte(s, b) { |
no test coverage detected