(strm, level)
| 19626 | } |
| 19627 | |
| 19628 | function deflateInit(strm, level) { |
| 19629 | return deflateInit2(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY); |
| 19630 | } |
| 19631 | |
| 19632 | |
| 19633 | function deflate(strm, flush) { |
nothing calls this directly
no test coverage detected