Searched defs:_hOutput (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DCodecBase.cs41 private GCHandle _hOutput; field in class:DotZLib.CodecBase
55 _hOutput = GCHandle.Alloc(_outBuffer, GCHandleType.Pinned);
150 if (_hOutput.IsAllocated)
151 _hOutput.Free();
184 _ztream.next_out = _hOutput.AddrOfPinnedObject();

Completed in 42 milliseconds