Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h47 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,
D7zDecode.h50 const CFolders &folders, unsigned folderIndex,
D7zIn.cpp452 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()
D7zDecode.cpp224 const CFolders &folders, unsigned folderIndex, in Decode()
D7zUpdate.cpp1455 const CFolders *Folders;
2109 threadDecoder.Folders = (const CFolders *)db; in Update()