Home | History | Annotate | Download | only in Common

Lines Matching refs:_arc

117   if (!_arc->Ask_INode)

120 IInArchive *archive = _arc->Archive;
254 _arc = arc;
366 RINOK(_arc->Archive->GetProperty(index, propID, &prop));
379 return _arc->GetItemSize(_index, _curSize, _curSizeDefined);
630 IInArchive *archive = _arc->Archive;
647 RINOK(_arc->GetItem(index, _item));
715 if (linkPath.IsEmpty() && _arc->GetRawProps)
721 _arc->GetRawProps->GetRawProp(_index, kpidNtReparse, &data, &dataSize, &propType);
929 GetProp_Spec->Arc = _arc;
976 RINOK(_arc->IsItemAnti(index, isAnti));
1032 (WriteMTime && _fi.MTimeDefined) ? &_fi.MTime : (_arc->MTimeDefined ? &_arc->MTime : NULL));
1462 (WriteMTime && _fi.MTimeDefined) ? &_fi.MTime : (_arc->MTimeDefined ? &_arc->MTime : NULL));
1470 if (!_stdOutMode && _extractMode && _ntOptions.NtSecurity.Val && _arc->GetRawProps)
1475 _arc->GetRawProps->GetRawProp(_index, kpidNtSecure, &data, &dataSize, &propType);
1535 RINOK(_arc->GetItem(index, item));
1538 RINOK(Archive_GetItemBoolProp(_arc->Archive, index, kpidEncrypted, isEncrypted));
1632 (WriteMTime && MTimeDefined) ? &MTime : (_arc->MTimeDefined ? &_arc->MTime : NULL));