Home | History | Annotate | Download | only in Common

Lines Matching refs:archive

146                         // if FormatIndex == ErrorFormatIndex, the archive is open with offset

151 - other variables show message and warnings of archive that is open */
217 HRESULT PrepareToOpen(const COpenOptions &op, unsigned formatIndex, CMyComPtr<IInArchive> &archive);
222 CMyComPtr<IInArchive> Archive;
226 // 2) we reopen sfx archive with CTailInStream
242 Int64 Offset; // it's offset of start of archive inside stream that is open by Archive Handler
251 UInt64 ArcStreamOffset; // offset of stream that is open by Archive Handler
252 Int64 GetGlobalOffset() const { return ArcStreamOffset + Offset; } // it's global offset of archive
279 HRESULT ReadBasicProps(IInArchive *archive, UInt64 startPos, HRESULT openRes);
286 return Archive->Close();
300 { return Archive_GetItemBoolProp(Archive, index, kpidIsAnti, result); }
333 IInArchive *GetArchive() const { return Arcs.Back().Archive; }