Searched refs:_hOutput (Results 1 – 1 of 1) sorted by relevance
41 private GCHandle _hOutput; field in DotZLib.CodecBase55 _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()