Lines Matching refs:windowBits
182 extern int zlib_deflate_workspacesize (int windowBits, int memLevel);
188 zlib_deflateInit(), specify windowBits = MAX_WBITS and memLevel =
189 MAX_MEM_LEVEL here. If you call zlib_deflateInit2(), the windowBits
463 int windowBits,
474 The windowBits parameter is the base two logarithm of the window size
484 usage as a function of windowBits and memLevel.
520 extern int inflateInit2 (z_streamp strm, int windowBits);
526 The windowBits parameter is the base two logarithm of the maximum window
529 instead. windowBits must be greater than or equal to the windowBits value
535 windowBits can also be -8..-15 for raw inflate. In this case, -windowBits
545 above on the use in deflateInit2() applies to the magnitude of windowBits.
547 windowBits can also be greater than 15 for optional gzip decoding. Add
548 32 to windowBits to enable zlib and gzip decoding with automatic header
587 int windowBits, int memLevel,
589 extern int zlib_inflateInit2(z_streamp strm, int windowBits);