Lines Matching refs:GetArchiveProperty
484 RINOK(arc->GetArchiveProperty(propid, &prop)); in Archive_GetArcBoolProp()
496 RINOK(arc->GetArchiveProperty(propid, &prop)); in Archive_GetArcProp_UInt()
513 RINOK(arc->GetArchiveProperty(propid, &prop)); in Archive_GetArcProp_Int()
1208 RINOK(archive->GetArchiveProperty(kpidErrorFlags, &prop)); in ReadBasicProps()
1213 RINOK(archive->GetArchiveProperty(kpidWarningFlags, &prop)); in ReadBasicProps()
1219 RINOK(archive->GetArchiveProperty(kpidError, &prop)); in ReadBasicProps()
1226 RINOK(archive->GetArchiveProperty(kpidWarning, &prop)); in ReadBasicProps()
1355 RINOK(archive->GetArchiveProperty(kpidMTime, &prop)); in ReadParseItemProps()
1366 RINOK(archive->GetArchiveProperty(kpidCTime, &prop)); in ReadParseItemProps()
1376 RINOK(archive->GetArchiveProperty(kpidName, &prop)); in ReadParseItemProps()
1384 RINOK(archive->GetArchiveProperty(kpidExtension, &prop)); in ReadParseItemProps()
1392 RINOK(archive->GetArchiveProperty(kpidShortComment, &prop)); in ReadParseItemProps()
3203 RINOK(arc.Archive->GetArchiveProperty(kpidMainSubfile, &prop)); in Open()