| 95 | } |
| 96 | |
| 97 | Status ZlibErrorPrefix(const char* prefix_msg, const char* msg) { |
| 98 | return Status::IOError(prefix_msg, (msg) ? msg : "(unknown error)"); |
| 99 | } |
| 100 | |
| 101 | // ---------------------------------------------------------------------- |
| 102 | // gzip decompressor implementation |
no test coverage detected