Searched refs:CreateOutArchive (Results 1 – 5 of 5) sorted by relevance
82 if (!arc.CreateOutArchive) in CreateArchiver()84 *outObject = arc.CreateOutArchive(); in CreateArchiver()111 case NArchive::NHandlerPropID::kUpdate: prop = (bool)(arc.CreateOutArchive != NULL); break; in GetHandlerProperty2()
105 Func_CreateOutArchive CreateOutArchive; member168 , CreateOutArchive(NULL) in CArcInfoEx()376 HRESULT CreateOutArchive(unsigned formatIndex, CMyComPtr<IOutArchive> &archive) const in CreateOutArchive() function384 archive = ai.CreateOutArchive(); in CreateOutArchive()
614 item.CreateOutArchive = arc.CreateOutArchive; in Load()615 item.UpdateEnabled = (arc.CreateOutArchive != NULL); in Load()
544 RINOK(codecs->CreateOutArchive(formatIndex, outArchive)); in Compress()
21 Func_CreateOutArchive CreateOutArchive; member