Searched refs:CSzAr (Results 1 – 3 of 3) sorted by relevance
/external/lzma/C/ |
D | 7z.h | 94 } CSzAr; typedef 96 UInt64 SzAr_GetFolderUnpackSize(const CSzAr *p, UInt32 folderIndex); 98 SRes SzAr_DecodeFolder(const CSzAr *p, UInt32 folderIndex, 105 CSzAr db;
|
D | 7zArcIn.c | 93 static void SzAr_Init(CSzAr *p) in SzAr_Init() 110 static void SzAr_Free(CSzAr *p, ISzAllocPtr alloc) in SzAr_Free() 383 static SRes ReadPackInfo(CSzAr *p, CSzData *sd, ISzAllocPtr alloc) in ReadPackInfo() 634 static SRes ReadUnpackInfo(CSzAr *p, in ReadUnpackInfo() 843 UInt64 SzAr_GetFolderUnpackSize(const CSzAr *p, UInt32 folderIndex) in SzAr_GetFolderUnpackSize() 859 static SRes ReadSubStreamsInfo(CSzAr *p, CSzData *sd, CSubStreamInfo *ssi) in ReadSubStreamsInfo() 932 static SRes SzReadStreamsInfo(CSzAr *p, in SzReadStreamsInfo() 978 CSzAr *p, in SzReadAndDecodePackedStreams() 1132 CSzAr tempAr; in SzReadHeader2() 1573 CSzAr tempAr; in SzArEx_Open2()
|
D | 7zDec.c | 549 SRes SzAr_DecodeFolder(const CSzAr *p, UInt32 folderIndex, in SzAr_DecodeFolder()
|