MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / InflateInit

Method InflateInit

Libraries/snappy/snappy-test.cc:422–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420// --------- UNCOMPRESS MODE
421
422int ZLib::InflateInit() {
423 return inflateInit2(&uncomp_stream_, MAX_WBITS);
424}
425
426// Initialization method to be called if we hit an error while
427// uncompressing. On hitting an error, call this method before

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected