Searched refs:CreateOutArchive (Results 1 – 5 of 5) sorted by relevance
50 CreateOutArchiveP CreateOutArchive; member93 CreateInArchive(0), CreateOutArchive(0), in CArcInfoEx()202 HRESULT CreateOutArchive(int formatIndex, CMyComPtr<IOutArchive> &archive) const in CreateOutArchive() function209 archive = ai.CreateOutArchive(); in CreateOutArchive()
435 item.CreateOutArchive = arc.CreateOutArchive; in Load()437 item.UpdateEnabled = (arc.CreateOutArchive != 0); in Load()
330 RINOK(codecs->CreateOutArchive(compressionMethod.FormatIndex, outArchive)); in Compress()
76 if (!arc.CreateOutArchive) in CreateArchiver()78 *outObject = arc.CreateOutArchive(); in CreateArchiver()113 prop = (bool)(arc.CreateOutArchive != 0); in GetHandlerProperty2()
21 CreateOutArchiveP CreateOutArchive; member