Home | History | Annotate | Download | only in lzma_sdk

Lines Matching refs:tempBuf

338     Byte *tempBuf[])
372 outBufCur = tempBuf[1 - ci] = temp;
423 tempBuf[2] = (Byte *)IAlloc_Alloc(allocMain, tempSizes[2]);
424 if (tempBuf[2] == 0 && tempSizes[2] != 0)
426 res = SzDecodeCopy(s3Size, inStream, tempBuf[2]);
431 tempBuf[0], tempSizes[0],
432 tempBuf[1], tempSizes[1],
433 tempBuf[2], tempSizes[2],
463 Byte *tempBuf[3] = { 0, 0, 0};
466 outBuffer, (SizeT)outSize, allocMain, tempBuf);
468 IAlloc_Free(allocMain, tempBuf[i]);