Lines Matching refs:_arc
126 if (!_arc->Ask_INode) in PrepareHardLinks()
129 IInArchive *archive = _arc->Archive; in PrepareHardLinks()
185 _arc(NULL), in CArchiveExtractCallback()
264 _arc = arc; in Init()
378 RINOK(_arc->Archive->GetProperty(index, propID, &prop)); in GetTime()
391 return _arc->GetItemSize(_index, _curSize, _curSizeDefined); in GetUnpackSize()
641 IInArchive *archive = _arc->Archive; in GetStream()
658 RINOK(_arc->GetItem(index, _item)); in GetStream()
726 if (linkPath.IsEmpty() && _arc->GetRawProps) in GetStream()
732 _arc->GetRawProps->GetRawProp(_index, kpidNtReparse, &data, &dataSize, &propType); in GetStream()
941 GetProp_Spec->Arc = _arc; in GetStream()
988 RINOK(_arc->IsItemAnti(index, isAnti)); in GetStream()
1057 else if (_arc->MTimeDefined) in GetStream()
1059 pt.MTime = _arc->MTime; in GetStream()
1510 (WriteMTime && _fi.MTimeDefined) ? &_fi.MTime : (_arc->MTimeDefined ? &_arc->MTime : NULL)); in CloseFile()
1559 if (!_stdOutMode && _extractMode && _ntOptions.NtSecurity.Val && _arc->GetRawProps) in SetOperationResult()
1564 _arc->GetRawProps->GetRawProp(_index, kpidNtSecure, &data, &dataSize, &propType); in SetOperationResult()
1622 RINOK(_arc->GetItem(index, item)); in ReportExtractResult()
1624 RINOK(Archive_GetItemBoolProp(_arc->Archive, index, kpidEncrypted, isEncrypted)); in ReportExtractResult()
1680 if (!_arc) in SetDirsTimes()
1713 _arc = NULL; in CloseArc()