Home
last modified time | relevance | path

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

/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DNtfsHandler.cpp216 struct CFileNameAttr struct
255 bool CFileNameAttr::Parse(const Byte *p, unsigned size) in Parse()
1020 CObjectVector<CFileNameAttr> FileNames;
1030 const CFileNameAttr &cur = FileNames[dosNameIndex]; in FindWin32Name_for_DosName()
1034 const CFileNameAttr &next = FileNames[i]; in FindWin32Name_for_DosName()
1043 const CFileNameAttr &cur = FileNames[nameIndex]; in FindDosName()
1047 const CFileNameAttr &next = FileNames[i]; in FindDosName()
1285 CFileNameAttr fna; in Parse()
1950 CFileNameAttr &fna = rec.FileNames.AddNew(); in Open()
1966 const CFileNameAttr &fna = rec.FileNames[t]; in Open()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/
H A DNtfsHandler.cpp216 struct CFileNameAttr struct
255 bool CFileNameAttr::Parse(const Byte *p, unsigned size) in Parse()
1016 CObjectVector<CFileNameAttr> FileNames;
1026 const CFileNameAttr &cur = FileNames[dosNameIndex]; in FindWin32Name_for_DosName()
1030 const CFileNameAttr &next = FileNames[i]; in FindWin32Name_for_DosName()
1039 const CFileNameAttr &cur = FileNames[nameIndex]; in FindDosName()
1043 const CFileNameAttr &next = FileNames[i]; in FindDosName()
1281 CFileNameAttr fna; in Parse()
1931 CFileNameAttr &fna = rec.FileNames.AddNew(); in Open()
1947 const CFileNameAttr &fna = rec.FileNames[t]; in Open()
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/
H A DNtfsHandler.cpp182 struct CFileNameAttr struct
209 bool CFileNameAttr::Parse(const Byte *p, unsigned size) in Parse()
316 bool ParseFileName(CFileNameAttr &a) const { return a.Parse(Data, (unsigned)Data.GetCapacity()); } in ParseFileName()
932 CObjectVector<CFileNameAttr> FileNames;
1101 CFileNameAttr fna; in Parse()
1340 const CFileNameAttr &fna = rec.FileNames[t]; in Open()