Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/szfile/headers/cafe/
Dszfile.h126 UINT32 mNumStreams; member
/CafeSDK-2.12.13/system/include/cafe/
Dszfile.h126 UINT32 mNumStreams; member
/CafeSDK-2.12.13/system/src/lib/szfile/
Dszfile.c497 apArc->mNumStreams = pImp->mDB.db.NumPackStreams; in SZFILE_CreateArc()
498 apArc->mppUnpackedStreams = (UINT8 **)afAlloc(sizeof(UINT8 *)*apArc->mNumStreams); in SZFILE_CreateArc()
504 memset(apArc->mppUnpackedStreams, 0, sizeof(UINT8 *) * apArc->mNumStreams); in SZFILE_CreateArc()
698 if ((!apArc) || (aStreamIx >= apArc->mNumStreams)) in SZFILE_UnpackStream()
787 for(ix=0;ix<apArc->mNumStreams;ix++) in SZFILE_PurgeArc()
804 apArc->mNumStreams = 0; in SZFILE_PurgeArc()