Lines Matching refs:buffers
26 // Store all buffers together so that they do not get
28 const buffers = {
40 buffers.writeResult,
42 buffers.dictionary,
48 handle.write(true, buffers.inBuf, 0, 1, buffers.outBuf, 0, 1);
56 handle.write(true, buffers.inBuf, 0, 1, buffers.outBuf, 0, 1);
73 // Do something with `buffers` to keep them alive until here.
74 buffers.buffers = buffers;