| 517 | |
| 518 | |
| 519 | static void ZWRAP_initDCtx(ZWRAP_DCtx* zwd) |
| 520 | { |
| 521 | zwd->errorCount = 0; |
| 522 | zwd->outBuffer.pos = 0; |
| 523 | zwd->outBuffer.size = 0; |
| 524 | } |
| 525 | |
| 526 | static ZWRAP_DCtx* ZWRAP_createDCtx(z_streamp strm) |
| 527 | { |
no outgoing calls
no test coverage detected