Lines Matching refs:_arc
112 if (!_arc->Ask_INode) in PrepareHardLinks()
115 IInArchive *archive = _arc->Archive; in PrepareHardLinks()
227 _arc = arc; in Init()
336 RINOK(_arc->Archive->GetProperty(index, propID, &prop)); in GetTime()
349 return _arc->GetItemSize(_index, _curSize, _curSizeDefined); in GetUnpackSize()
449 IInArchive *archive = _arc->Archive; in GetStream()
450 RINOK(_arc->GetItemPath(index, fullPath)); in GetStream()
511 if (linkPath.IsEmpty() && _arc->GetRawProps) in GetStream()
516 _arc->GetRawProps->GetRawProp(_index, kpidNtReparse, &data, &dataSize, &propType); in GetStream()
598 RINOK(_arc->GetItemPathToParent(index, baseParent, pathParts)); in GetStream()
661 GetProp_Spec->Arc = _arc; in GetStream()
699 RINOK(_arc->IsItemAnti(index, isAnti)); in GetStream()
729 … (WriteMTime && _fi.MTimeDefined) ? &_fi.MTime : (_arc->MTimeDefined ? &_arc->MTime : NULL)); in GetStream()
1039 (WriteMTime && _fi.MTimeDefined) ? &_fi.MTime : (_arc->MTimeDefined ? &_arc->MTime : NULL)); in SetOperationResult()
1047 if (_ntOptions.NtSecurity.Val && _arc->GetRawProps) in SetOperationResult()
1052 _arc->GetRawProps->GetRawProp(_index, kpidNtSecure, &data, &dataSize, &propType); in SetOperationResult()
1188 (WriteMTime && MTimeDefined) ? &MTime : (_arc->MTimeDefined ? &_arc->MTime : NULL)); in SetDirsTimes()