Lines Matching refs:CArc
527 HRESULT CArc::GetItemPathToParent(UInt32 index, UInt32 parent, UStringVector &parts) const in GetItemPathToParent()
574 HRESULT CArc::GetItemPath(UInt32 index, UString &result) const in GetItemPath()
693 HRESULT CArc::GetItemPath2(UInt32 index, UString &result) const in GetItemPath2()
729 HRESULT CArc::GetItemSize(UInt32 index, UInt64 &size, bool &defined) const in GetItemSize()
748 HRESULT CArc::GetItemMTime(UInt32 index, FILETIME &ft, bool &defined) const in GetItemMTime()
963 HRESULT CArc::ReadBasicProps(IInArchive *archive, UInt64 startPos, HRESULT openRes) in ReadBasicProps()
1040 HRESULT CArc::PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &ar… in PrepareToOpen()
1190 HRESULT CArc::CheckZerosTail(const COpenOptions &op, UInt64 offset) in CheckZerosTail()
1325 HRESULT CArc::OpenStream2(const COpenOptions &op) in OpenStream2()
2593 HRESULT CArc::OpenStream(const COpenOptions &op) in OpenStream()
2651 HRESULT CArc::OpenStreamOrFile(COpenOptions &op) in OpenStreamOrFile()
2853 CArc arc; in Open()
2874 const CArc &arc = Arcs.Back(); in Open()
2906 CArc arc2; in Open()
3005 HRESULT CArc::ReOpen(const COpenOptions &op) in ReOpen()
3072 CArc &arc = Arcs[0]; in ReOpen()