MCPcopy Create free account
hub / github.com/F-Stack/f-stack / if

Function if

freebsd/contrib/zlib/deflate.c:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294 }
295#ifdef GZIP
296 else if (windowBits > 15) {
297 wrap = 2; /* write gzip wrapper instead */
298 windowBits -= 16;
299 }
300#endif
301 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
302 windowBits < 8 || windowBits > 15 || level < 0 || level > 9 ||

Callers

nothing calls this directly

Calls 1

crc32Function · 0.70

Tested by

no test coverage detected