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

/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DCodecBase.cs40 private GCHandle _hInput; field in class:DotZLib.CodecBase
54 _hInput = GCHandle.Alloc(_inBuffer, GCHandleType.Pinned);
148 if (_hInput.IsAllocated)
149 _hInput.Free();
171 _ztream.next_in = _hInput.AddrOfPinnedObject();

Completed in 46 milliseconds