• Home
  • Raw
  • Download

Lines Matching refs:URX_STATE_SAVE

363         fRXPat->fCompiledPat->addElement(URX_BUILD(URX_STATE_SAVE, 2), *fStatus);  in doParseActions()
407 op = URX_BUILD(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+1); in doParseActions()
551 op = URX_BUILD(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+ 2); in doParseActions()
594 op = URX_BUILD(URX_STATE_SAVE, 0); // dest address will be patched later. in doParseActions()
835 int32_t saveStateOp = URX_BUILD(URX_STATE_SAVE, topLoc); in doParseActions()
850 int32_t saveStateOp = URX_BUILD(URX_STATE_SAVE, fRXPat->fCompiledPat->size()); in doParseActions()
875 int32_t save_op = URX_BUILD(URX_STATE_SAVE, jmp1_loc+1); in doParseActions()
969 int32_t saveStateOp = URX_BUILD(URX_STATE_SAVE, continueLoc); in doParseActions()
988 int32_t stateSaveOp = URX_BUILD(URX_STATE_SAVE, jmpLoc+1); in doParseActions()
1309 op = URX_BUILD(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+2); in doParseActions()
1345 op = URX_BUILD(URX_STATE_SAVE, L7); in doParseActions()
1380 op = URX_BUILD(URX_STATE_SAVE, continueLoc); in doParseActions()
1961 opType == URX_STATE_SAVE || in insertOp()
2150 U_ASSERT(URX_TYPE(saveOp) == URX_STATE_SAVE); in handleCloseParen()
2152 saveOp = URX_BUILD(URX_STATE_SAVE, dest); in handleCloseParen()
2385 int32_t saveOp = URX_BUILD(URX_STATE_SAVE, endOfSequenceLoc); in compileInlineInterval()
2670 case URX_STATE_SAVE: in matchStartType()
2805 if (URX_TYPE(op) == URX_STATE_SAVE) { in matchStartType()
3021 case URX_STATE_SAVE: in minMatchLength()
3111 if (URX_TYPE(op) == URX_STATE_SAVE) { in minMatchLength()
3287 case URX_STATE_SAVE: in maxMatchLength()
3436 case URX_STATE_SAVE: in stripNOPs()