Home
last modified time | relevance | path

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

/third_party/lzma/C/
D7zArcIn.c985 ISzAllocPtr allocTemp) in SzReadAndDecodePackedStreams() argument
991 RINOK(SzReadStreamsInfo(p, sd, numFoldersMax, NULL, 0, &dataStartPos, &ssi, allocTemp)); in SzReadAndDecodePackedStreams()
1006 if (!Buf_Create(tempBuf, (size_t)unpackSize, allocTemp)) in SzReadAndDecodePackedStreams()
1014 … RINOK(SzAr_DecodeFolder(p, fo, inStream, dataStartPos, tempBuf->data, tempBuf->size, allocTemp)); in SzReadAndDecodePackedStreams()
1106 ISzAllocPtr allocTemp in SzReadHeader2() argument
1145 p->startPosAfterHeader, &tempAr, allocTemp); in SzReadHeader2()
1147 SzAr_Free(&tempAr, allocTemp); in SzReadHeader2()
1484 ISzAllocPtr allocTemp) in SzReadHeader() argument
1496 allocMain, allocTemp); in SzReadHeader()
1499 Buf_Free(tempBufs + i, allocTemp); in SzReadHeader()
[all …]
D7z.h185 ISzAllocPtr allocTemp);
200 ISzAllocPtr allocMain, ISzAllocPtr allocTemp);
/third_party/lzma/DOC/
D7zC.txt103 4) call SzArEx_Open(&db, inStream, &allocMain, &allocTemp) to open archive
107 SzArEx_Open function allocates and frees temporary structures by "allocTemp" functions.
130 ISzAlloc *allocTemp);