Lines Matching refs:tempBuf
376 Byte *tempBuf[]) in SzFolder_Decode2() argument
410 outBufCur = tempBuf[1 - ci] = temp; in SzFolder_Decode2()
463 tempBuf[2] = (Byte *)ISzAlloc_Alloc(allocMain, tempSizes[2]); in SzFolder_Decode2()
464 if (!tempBuf[2] && tempSizes[2] != 0) in SzFolder_Decode2()
468 RINOK(SzDecodeCopy(s3Size, inStream, tempBuf[2])); in SzFolder_Decode2()
479 p.bufs[1] = tempBuf[0]; p.lims[1] = tempBuf[0] + tempSizes[0]; in SzFolder_Decode2()
480 p.bufs[2] = tempBuf[1]; p.lims[2] = tempBuf[1] + tempSizes[1]; in SzFolder_Decode2()
481 p.bufs[3] = tempBuf[2]; p.lims[3] = tempBuf[2] + tempSizes[2]; in SzFolder_Decode2()
573 Byte *tempBuf[3] = { 0, 0, 0}; in SzAr_DecodeFolder() local
579 outBuffer, (SizeT)outSize, allocMain, tempBuf); in SzAr_DecodeFolder()
582 ISzAlloc_Free(allocMain, tempBuf[i]); in SzAr_DecodeFolder()