(s, last)
| 18386 | |
| 18387 | |
| 18388 | function flush_block_only(s, last) { |
| 18389 | trees._tr_flush_block(s, (s.block_start >= 0 ? s.block_start : -1), s.strstart - s.block_start, last); |
| 18390 | s.block_start = s.strstart; |
| 18391 | flush_pending(s.strm); |
| 18392 | } |
| 18393 | |
| 18394 | |
| 18395 | function put_byte(s, b) { |
no test coverage detected