Lines Matching refs:CArc
528 HRESULT CArc::GetItemPathToParent(UInt32 index, UInt32 parent, UStringVector &parts) const in GetItemPathToParent()
610 HRESULT CArc::GetItemPath(UInt32 index, UString &result) const in GetItemPath()
727 HRESULT CArc::GetDefaultItemPath(UInt32 index, UString &result) const in GetDefaultItemPath()
748 HRESULT CArc::GetItemPath2(UInt32 index, UString &result) const in GetItemPath2()
785 HRESULT CArc::GetItem(UInt32 index, CReadArcItem &item) const in GetItem()
939 HRESULT CArc::GetItemSize(UInt32 index, UInt64 &size, bool &defined) const in GetItemSize()
958 HRESULT CArc::GetItemMTime(UInt32 index, FILETIME &ft, bool &defined) const in GetItemMTime()
1197 HRESULT CArc::ReadBasicProps(IInArchive *archive, UInt64 startPos, HRESULT openRes) in ReadBasicProps()
1274 HRESULT CArc::PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &ar… in PrepareToOpen()
1436 HRESULT CArc::CheckZerosTail(const COpenOptions &op, UInt64 offset) in CheckZerosTail()
1571 HRESULT CArc::OpenStream2(const COpenOptions &op) in OpenStream2()
2908 HRESULT CArc::OpenStream(const COpenOptions &op) in OpenStream()
2967 HRESULT CArc::OpenStreamOrFile(COpenOptions &op) in OpenStreamOrFile()
3174 CArc arc; in Open()
3195 const CArc &arc = Arcs.Back(); in Open()
3227 CArc arc2; in Open()
3321 HRESULT CArc::ReOpen(const COpenOptions &op) in ReOpen()
3406 CArc &arc = Arcs[0]; in ReOpen()