Lines Matching full:outbuffer
69 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
114 outBuffer[i] = (Byte)sym;
130 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
137 state.dic = outBuffer;
178 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain)
187 state.decoder.dic = outBuffer;
226 static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *outBuffer)
237 memcpy(outBuffer, inBuf, curSize);
238 outBuffer += curSize;
327 #define CASE_BRA_CONV(isa) case k_ ## isa: isa ## _Convert(outBuffer, outSize, 0, 0); break;
334 Byte *outBuffer, SizeT outSize, ISzAlloc *allocMain,
353 Byte *outBufCur = outBuffer;
376 tempBuf3 = outBufCur = outBuffer + (outSize - (size_t)unpackSize);
431 outBuffer, outSize);
444 x86_Convert(outBuffer, outSize, 0, &state, 0);
458 Byte *outBuffer, size_t outSize,
488 outBuffer, (SizeT)outSize, allocMain, tempBuf);