number of compressed bytes
| 53 | #if ZLIB_VERNUM >= 0x1240 |
| 54 | // number of compressed bytes |
| 55 | off_t offset() const { return ::gzoffset(file_); } |
| 56 | #endif |
| 57 | |
| 58 | // int flush(int f) { return ::gzflush(file_, f); } |
nothing calls this directly
no outgoing calls
no test coverage detected