Lines Matching refs:GetArchiveProperty
485 RINOK(arc->GetArchiveProperty(propid, &prop)); in Archive_GetArcBoolProp()
497 RINOK(arc->GetArchiveProperty(propid, &prop)); in Archive_GetArcProp_UInt()
514 RINOK(arc->GetArchiveProperty(propid, &prop)); in Archive_GetArcProp_Int()
974 RINOK(archive->GetArchiveProperty(kpidErrorFlags, &prop)); in ReadBasicProps()
979 RINOK(archive->GetArchiveProperty(kpidWarningFlags, &prop)); in ReadBasicProps()
985 RINOK(archive->GetArchiveProperty(kpidError, &prop)); in ReadBasicProps()
992 RINOK(archive->GetArchiveProperty(kpidWarning, &prop)); in ReadBasicProps()
1109 RINOK(archive->GetArchiveProperty(kpidMTime, &prop)); in ReadParseItemProps()
1120 RINOK(archive->GetArchiveProperty(kpidCTime, &prop)); in ReadParseItemProps()
1130 RINOK(archive->GetArchiveProperty(kpidName, &prop)); in ReadParseItemProps()
1138 RINOK(archive->GetArchiveProperty(kpidExtension, &prop)); in ReadParseItemProps()
1146 RINOK(archive->GetArchiveProperty(kpidShortComment, &prop)); in ReadParseItemProps()
2882 RINOK(arc.Archive->GetArchiveProperty(kpidMainSubfile, &prop)); in Open()