Home
last modified time | relevance | path

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

/external/zlib/src/contrib/dotzlib/DotZLib/
DCodecBase.cs40 private GCHandle _hInput; field in DotZLib.CodecBase
54 _hInput = GCHandle.Alloc(_inBuffer, GCHandleType.Pinned); in CodecBase()
148 if (_hInput.IsAllocated) in CleanUp()
149 _hInput.Free(); in CleanUp()
171 _ztream.next_in = _hInput.AddrOfPinnedObject(); in copyInput()