Searched refs:CFolders (Results 1 – 5 of 5) sorted by relevance
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.h | 47 struct CFolders struct 90 CFolders(): NumPackStreams(0), NumFolders(0) {} in CFolders() argument 110 struct CDatabase: public CFolders argument 139 CFolders::Clear(); in Clear() 389 void ReadPackInfo(CFolders &f); 393 CFolders &folders); 396 CFolders &folders, 403 CFolders &folders,
|
D | 7zDecode.h | 50 const CFolders &folders, unsigned folderIndex,
|
D | 7zIn.cpp | 452 void CFolders::ParseFolderInfo(unsigned folderIndex, CFolder &folder) const in ParseFolderInfo() 612 void CInArchive::ReadPackInfo(CFolders &f) in ReadPackInfo() 648 CFolders &folders) in ReadUnpackInfo() 826 CFolders &folders, in ReadSubStreamsInfo() 968 CFolders &folders, in ReadStreamsInfo() 1078 CFolders folders; in ReadAndDecodePackedStreams() 1178 (CFolders &)db, in ReadHeader()
|
D | 7zDecode.cpp | 224 const CFolders &folders, unsigned folderIndex, in Decode()
|
D | 7zUpdate.cpp | 1455 const CFolders *Folders; 2109 threadDecoder.Folders = (const CFolders *)db; in Update()
|