Lines Matching refs:op
296 case BINBLOCK_SIG_GLGR: pContext->op = ConstructContext::ANALYZE_GLGR; break; in ConstructOpDispatch()
297 case BINBLOCK_SIG_FINF: pContext->op = ConstructContext::ANALYZE_FINF; break; in ConstructOpDispatch()
298 case BINBLOCK_SIG_CMAP: pContext->op = ConstructContext::ANALYZE_CMAP; break; in ConstructOpDispatch()
299 case BINBLOCK_SIG_CWDH: pContext->op = ConstructContext::ANALYZE_CWDH; break; in ConstructOpDispatch()
300 case BINBLOCK_SIG_TGLP: pContext->op = ConstructContext::ANALYZE_TGLP; break; in ConstructOpDispatch()
307 pContext->op = ConstructContext::FATAL_ERROR; in ConstructOpDispatch()
342 pContext->op = ConstructContext::DISPATCH; in ConstructOpAnalyzeFileHeader()
481 pContext->op = ConstructContext::DISPATCH; in ConstructOpAnalyzeGLGR()
652 pContext->op = ConstructContext::DISPATCH; in ConstructOpPrepairCopySheet()
692 pContext->op = ConstructContext::DISPATCH; in ConstructOpPrepairExpandSheet()
833 pContext->op = ConstructContext::FATAL_ERROR; in ConstructOpFatalError()
1060 op = INVALID_OPERATION; in Init()