Lines Matching defs:tempBuf
415 Byte *tempBuf[])
449 outBufCur = tempBuf[1 - ci] = temp;
502 tempBuf[2] = (Byte *)ISzAlloc_Alloc(allocMain, tempSizes[2]);
503 if (!tempBuf[2] && tempSizes[2] != 0)
507 RINOK(SzDecodeCopy(s3Size, inStream, tempBuf[2]))
518 p.bufs[1] = tempBuf[0]; p.lims[1] = tempBuf[0] + tempSizes[0];
519 p.bufs[2] = tempBuf[1]; p.lims[2] = tempBuf[1] + tempSizes[1];
520 p.bufs[3] = tempBuf[2]; p.lims[3] = tempBuf[2] + tempSizes[2];
630 Byte *tempBuf[3] = { 0, 0, 0};
636 outBuffer, (SizeT)outSize, allocMain, tempBuf);
639 ISzAlloc_Free(allocMain, tempBuf[i]);