Home
last modified time | relevance | path

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

/external/lzma/C/
D7zArcIn.c666 UInt32 numFoldersMax, const CBuf *tempBufs, UInt32 numTempBufs, in ReadUnpackInfo() argument
689 if (index >= numTempBufs) in ReadUnpackInfo()
962 UInt32 numFoldersMax, const CBuf *tempBufs, UInt32 numTempBufs, in SzReadStreamsInfo() argument
983 RINOK(ReadUnpackInfo(p, sd, numFoldersMax, tempBufs, numTempBufs, alloc)); in SzReadStreamsInfo()
1095 const CBuf *tempBufs, UInt32 numTempBufs, in ReadTime() argument
1111 if (index >= numTempBufs) in ReadTime()
1145 UInt32 *numTempBufs, in SzReadHeader2() argument
1195 *numTempBufs = numTempFolders; in SzReadHeader2()
1201 RINOK(SzReadStreamsInfo(&p->db, sd, (UInt32)1 << 30, tempBufs, *numTempBufs, in SzReadHeader2()
1250 if (index >= *numTempBufs) in SzReadHeader2()
[all …]