Home
last modified time | relevance | path

Searched refs:mppUnpackedStreams (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/szfile/
Dszfile.c498 apArc->mppUnpackedStreams = (UINT8 **)afAlloc(sizeof(UINT8 *)*apArc->mNumStreams); in SZFILE_CreateArc()
499 if (!apArc->mppUnpackedStreams) in SZFILE_CreateArc()
504 memset(apArc->mppUnpackedStreams, 0, sizeof(UINT8 *) * apArc->mNumStreams); in SZFILE_CreateArc()
700 if (apArc->mppUnpackedStreams[aStreamIx]) in SZFILE_UnpackStream()
706 …ractFolder(&pImp->mDB, &pImp->mMemStream.iFace, aStreamIx, &apArc->mppUnpackedStreams[aStreamIx], … in SZFILE_UnpackStream()
726 if (!pArc->mppUnpackedStreams[apEntry->mStreamIx]) in SZFILE_GetUnpackedFile()
733 *apRetDataPtr = pArc->mppUnpackedStreams[apEntry->mStreamIx] + apEntry->mStreamUnpackedOffset; in SZFILE_GetUnpackedFile()
785 if (apArc->mppUnpackedStreams) in SZFILE_PurgeArc()
789 if (apArc->mppUnpackedStreams[ix]) in SZFILE_PurgeArc()
790 pImp->mAllocator.Free(pImp, apArc->mppUnpackedStreams[ix]); in SZFILE_PurgeArc()
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/
Dszfile.h127 UINT8 ** mppUnpackedStreams; member
/CafeSDK-2.12.13-1/system/src/lib/szfile/headers/cafe/
Dszfile.h127 UINT8 ** mppUnpackedStreams; member