Searched refs:mNumStreams (Results 1 – 3 of 3) sorted by relevance
126 UINT32 mNumStreams; member
497 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()