Home
last modified time | relevance | path

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

/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/dotzlib/DotZLib/
DCodecBase.cs37 private byte[] _outBuffer = new byte[kBufferSize]; field in DotZLib.CodecBase
55 _hOutput = GCHandle.Alloc(_outBuffer, GCHandleType.Pinned); in CodecBase()
80 DataAvailable( _outBuffer, 0, (int)_ztream.total_out); in OnDataAvailable()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/dotzlib/DotZLib/
DCodecBase.cs37 private byte[] _outBuffer = new byte[kBufferSize]; field in DotZLib.CodecBase
55 _hOutput = GCHandle.Alloc(_outBuffer, GCHandleType.Pinned); in CodecBase()
80 DataAvailable( _outBuffer, 0, (int)_ztream.total_out); in OnDataAvailable()
/third_party/zlib/contrib/dotzlib/DotZLib/
DCodecBase.cs37 private byte[] _outBuffer = new byte[kBufferSize]; field in DotZLib.CodecBase
55 _hOutput = GCHandle.Alloc(_outBuffer, GCHandleType.Pinned); in CodecBase()
80 DataAvailable( _outBuffer, 0, (int)_ztream.total_out); in OnDataAvailable()
/third_party/node/lib/
Dzlib.js298 this._outBuffer = Buffer.allocUnsafe(chunkSize);
441 let buffer = self._outBuffer;
531 self._outBuffer, // out
558 const out = self._outBuffer.slice(self._outOffset, self._outOffset + have);
574 self._outBuffer = Buffer.allocUnsafe(self._chunkSize);
589 self._outBuffer, // out