2 references to CreateZLibStreamForInflate
WindowsBase (2)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileDeflateTransform.cs (1)
99ZLibNative.ErrorCode retVal = ZLibNative.CreateZLibStreamForInflate(out zStream, DEFAULT_WINDOW_BITS);
parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
817return CreateZLibStreamForInflate(out zLibStreamHandle, Deflate_DefaultWindowBits);