(strm, level)
| 7536 | } |
| 7537 | |
| 7538 | function deflateInit(strm, level) { |
| 7539 | return deflateInit2(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL, Z_DEFAULT_STRATEGY); |
| 7540 | } |
| 7541 | |
| 7542 | |
| 7543 | function deflate(strm, flush) { |
nothing calls this directly
no test coverage detected