MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / zlib_inflateInit2

Function zlib_inflateInit2

Bcore/src/main/cpp/ziparchive/zip_archive.cc:891–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889#pragma GCC diagnostic push
890#pragma GCC diagnostic ignored "-Wold-style-cast"
891static inline int zlib_inflateInit2(z_stream* stream, int window_bits) {
892 return inflateInit2(stream, window_bits);
893}
894#pragma GCC diagnostic pop
895
896namespace zip_archive_lkchan {

Callers 1

InflateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected