2 writes to AvailOut
WindowsBase (2)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileDeflateTransform.cs (2)
133zStream.AvailOut = (uint)sinkBuf.Length; // this is the number of bytes free in pOutBuf and is updated by ums_deflate call 284zStream.AvailOut = (uint)sinkBuf.Length; // this is the number of bytes free in pOutBuf and is updated by ums_deflate call
2 references to AvailOut
WindowsBase (2)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileDeflateTransform.cs (2)
144int decompressedSize = sinkBuf.Length - (int) zStream.AvailOut; 292int compressedSize = sinkBuf.Length - (int) zStream.AvailOut;