Home | History | Annotate | Download | only in lzma_sdk

Lines Matching refs:outBuffer

67     Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
112 outBuffer[i] = (Byte)sym;
128 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
135 state.dic = outBuffer;
176 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
185 state.decoder.dic = outBuffer;
224 static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *outBuffer)
235 memcpy(outBuffer, inBuf, curSize);
236 outBuffer += curSize;
333 #define CASE_BRA_CONV(isa) case k_ ## isa: isa ## _Convert(outBuffer, outSize, 0, 0); break;
337 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain,
356 Byte *outBufCur = outBuffer;
379 tempBuf3 = outBufCur = outBuffer + (outSize - (size_t)unpackSize);
434 outBuffer, outSize);
447 x86_Convert(outBuffer, outSize, 0, &state, 0);
461 Byte *outBuffer, size_t outSize, ISzAlloc *allocMain)
466 outBuffer, (SizeT)outSize, allocMain, tempBuf);