Lines Matching refs:tempBuf
335 Byte *tempBuf[]) in SzFolder_Decode2() argument
369 outBufCur = tempBuf[1 - ci] = temp; in SzFolder_Decode2()
420 tempBuf[2] = (Byte *)IAlloc_Alloc(allocMain, tempSizes[2]); in SzFolder_Decode2()
421 if (tempBuf[2] == 0 && tempSizes[2] != 0) in SzFolder_Decode2()
423 res = SzDecodeCopy(s3Size, inStream, tempBuf[2]); in SzFolder_Decode2()
428 tempBuf[0], tempSizes[0], in SzFolder_Decode2()
429 tempBuf[1], tempSizes[1], in SzFolder_Decode2()
430 tempBuf[2], tempSizes[2], in SzFolder_Decode2()
484 Byte *tempBuf[3] = { 0, 0, 0}; in SzAr_DecodeFolder() local
488 outBuffer, (SizeT)outSize, allocMain, tempBuf); in SzAr_DecodeFolder()
490 IAlloc_Free(allocMain, tempBuf[i]); in SzAr_DecodeFolder()