Home
last modified time | relevance | path

Searched refs:_hOutput (Results 1 – 1 of 1) sorted by relevance

/external/zlib/src/contrib/dotzlib/DotZLib/
DCodecBase.cs41 private GCHandle _hOutput; field in DotZLib.CodecBase
55 _hOutput = GCHandle.Alloc(_outBuffer, GCHandleType.Pinned); in CodecBase()
150 if (_hOutput.IsAllocated) in CleanUp()
151 _hOutput.Free(); in CleanUp()
184 _ztream.next_out = _hOutput.AddrOfPinnedObject(); in resetOutput()