MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / if

Function if

zlib/deflate.c:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259#ifdef GZIP
260 else if (windowBits > 15) {
261 wrap = 2; /* write gzip wrapper instead */
262 windowBits -= 16;
263 }
264#endif
265 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
266 windowBits < 8 || windowBits > 15 || level < 0 || level > 9 ||

Callers

nothing calls this directly

Calls 1

crc32Function · 0.85

Tested by

no test coverage detected