| 3444 | } |
| 3445 | |
| 3446 | inline gzip_compressor::~gzip_compressor() { deflateEnd(&strm_); } |
| 3447 | |
| 3448 | inline bool gzip_compressor::compress(const char *data, size_t data_length, |
| 3449 | bool last, Callback callback) { |
nothing calls this directly
no outgoing calls
no test coverage detected