Home | History | Annotate | Download | only in Archive

Lines Matching refs:opRes

774   Int32 opRes;

777 opRes = NExtract::NOperationResult::kIsNotArc;
779 opRes = NExtract::NOperationResult::kUnexpectedEnd;
781 opRes = NExtract::NOperationResult::kDataAfterEnd;
783 opRes = NExtract::NOperationResult::kCRCError;
785 opRes = NExtract::NOperationResult::kUnsupportedMethod;
787 opRes = NExtract::NOperationResult::kDataError;
789 opRes = NExtract::NOperationResult::kDataError;
791 opRes = NExtract::NOperationResult::kDataError;
793 opRes = NExtract::NOperationResult::kOK;
796 return extractCallback->SetOperationResult(opRes);