| 41 | } |
| 42 | |
| 43 | void FreeFunction(void*, void* address) { |
| 44 | free(address); |
| 45 | } |
| 46 | |
| 47 | void DoDeflate(int flush, z_stream* zStream, WriteStream* out, unsigned char* inBuffer, |
| 48 | size_t inBufferSize) { |
nothing calls this directly
no outgoing calls
no test coverage detected