MCPcopy Create free account
hub / github.com/RsyncProject/rsync / if

Function if

zlib/deflate.c:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250 }
251#ifdef GZIP
252 else if (windowBits > 15) {
253 wrap = 2; /* write gzip wrapper instead */
254 windowBits -= 16;
255 }
256#endif
257 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
258 windowBits < 8 || windowBits > 15 || level < 0 || level > 9 ||

Callers

nothing calls this directly

Calls 1

crc32Function · 0.85

Tested by

no test coverage detected