• Home
  • Raw
  • Download

Lines Matching refs:appendOp

368         appendOp(URX_STATE_SAVE, 2);  in doParseActions()
369 appendOp(URX_JMP, 3); in doParseActions()
370 appendOp(URX_FAIL, 0); in doParseActions()
393 appendOp(URX_END, 0); in doParseActions()
421 appendOp(URX_JMP, 0); in doParseActions()
430 appendOp(URX_NOP, 0); in doParseActions()
473 appendOp(URX_NOP, 0); in doParseActions()
475 appendOp(URX_START_CAPTURE, varsLoc); in doParseActions()
476 appendOp(URX_NOP, 0); in doParseActions()
511 appendOp(URX_NOP, 0); in doParseActions()
512 appendOp(URX_NOP, 0); in doParseActions()
534 appendOp(URX_NOP, 0); in doParseActions()
536 appendOp(URX_STO_SP, varLoc); in doParseActions()
537 appendOp(URX_NOP, 0); in doParseActions()
581 appendOp(URX_LA_START, dataLoc); in doParseActions()
582 appendOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+ 2); in doParseActions()
583 appendOp(URX_JMP, fRXPat->fCompiledPat->size()+ 3); in doParseActions()
584 appendOp(URX_LA_END, dataLoc); in doParseActions()
585 appendOp(URX_BACKTRACK, 0); in doParseActions()
586 appendOp(URX_NOP, 0); in doParseActions()
587 appendOp(URX_NOP, 0); in doParseActions()
613 appendOp(URX_LA_START, dataLoc); in doParseActions()
614 appendOp(URX_STATE_SAVE, 0); // dest address will be patched later. in doParseActions()
615 appendOp(URX_NOP, 0); in doParseActions()
656 appendOp(URX_LB_START, dataLoc); in doParseActions()
659 appendOp(URX_LB_CONT, dataLoc); in doParseActions()
660 appendOp(URX_RESERVED_OP, 0); // MinMatchLength. To be filled later. in doParseActions()
661 appendOp(URX_RESERVED_OP, 0); // MaxMatchLength. To be filled later. in doParseActions()
664 appendOp(URX_NOP, 0); in doParseActions()
665 appendOp(URX_NOP, 0); in doParseActions()
708 appendOp(URX_LB_START, dataLoc); in doParseActions()
711 appendOp(URX_LBN_CONT, dataLoc); in doParseActions()
712 appendOp(URX_RESERVED_OP, 0); // MinMatchLength. To be filled later. in doParseActions()
713 appendOp(URX_RESERVED_OP, 0); // MaxMatchLength. To be filled later. in doParseActions()
714 appendOp(URX_RESERVED_OP, 0); // Continue Loc. To be filled later. in doParseActions()
717 appendOp(URX_NOP, 0); in doParseActions()
718 appendOp(URX_NOP, 0); in doParseActions()
788 appendOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
790 appendOp(URX_LOOP_C, frameLoc); in doParseActions()
806 appendOp(loopOpI); in doParseActions()
808 appendOp(URX_LOOP_C, frameLoc); in doParseActions()
827 appendOp(URX_JMP_SAV_X, topLoc+1); in doParseActions()
830 appendOp(URX_JMP_SAV, topLoc); in doParseActions()
842 appendOp(URX_STATE_SAVE, topLoc); in doParseActions()
878 appendOp(URX_JMP, jmp2_loc+2); in doParseActions()
880 appendOp(URX_STATE_SAVE, jmp1_loc+1); in doParseActions()
923 appendOp(URX_LOOP_C, dataLoc); in doParseActions()
941 appendOp(URX_LOOP_C, dataLoc); in doParseActions()
972 appendOp(jmpOp); in doParseActions()
988 appendOp(URX_STATE_SAVE, jmpLoc+1); in doParseActions()
1072 appendOp(URX_LD_SP, varLoc); in doParseActions()
1109 appendOp(URX_DOTANY_ALL, 0); in doParseActions()
1111 appendOp(URX_DOTANY_UNIX, 0); in doParseActions()
1113 appendOp(URX_DOTANY, 0); in doParseActions()
1122 appendOp(URX_CARET, 0); in doParseActions()
1124 appendOp(URX_CARET_M, 0); in doParseActions()
1126 appendOp(URX_CARET, 0); // Only testing true start of input. in doParseActions()
1128 appendOp(URX_CARET_M_UNIX, 0); in doParseActions()
1137 appendOp(URX_DOLLAR, 0); in doParseActions()
1139 appendOp(URX_DOLLAR_M, 0); in doParseActions()
1141 appendOp(URX_DOLLAR_D, 0); in doParseActions()
1143 appendOp(URX_DOLLAR_MD, 0); in doParseActions()
1150 appendOp(URX_CARET, 0); in doParseActions()
1162 appendOp(op, 1); in doParseActions()
1175 appendOp(op, 0); in doParseActions()
1181 appendOp(URX_BACKSLASH_D, 1); in doParseActions()
1186 appendOp(URX_BACKSLASH_D, 0); in doParseActions()
1191 appendOp(URX_BACKSLASH_G, 0); in doParseActions()
1196 appendOp(URX_BACKSLASH_H, 1); in doParseActions()
1201 appendOp(URX_BACKSLASH_H, 0); in doParseActions()
1206 appendOp(URX_BACKSLASH_R, 0); in doParseActions()
1211 appendOp(URX_STAT_SETREF_N, URX_ISSPACE_SET); in doParseActions()
1216 appendOp(URX_STATIC_SETREF, URX_ISSPACE_SET); in doParseActions()
1221 appendOp(URX_BACKSLASH_V, 1); in doParseActions()
1226 appendOp(URX_BACKSLASH_V, 0); in doParseActions()
1231 appendOp(URX_STAT_SETREF_N, URX_ISWORD_SET); in doParseActions()
1236 appendOp(URX_STATIC_SETREF, URX_ISWORD_SET); in doParseActions()
1241 appendOp(URX_BACKSLASH_X, 0); in doParseActions()
1247 appendOp(URX_DOLLAR, 0); in doParseActions()
1252 appendOp(URX_BACKSLASH_Z, 0); in doParseActions()
1313 appendOp(URX_BACKREF_I, groupNum); in doParseActions()
1315 appendOp(URX_BACKREF, groupNum); in doParseActions()
1345 appendOp(URX_BACKREF_I, groupNumber); in doParseActions()
1347 appendOp(URX_BACKREF, groupNumber); in doParseActions()
1376 appendOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+2); in doParseActions()
1379 appendOp(URX_JMP, topLoc+1); in doParseActions()
1382 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1412 appendOp(URX_JMP, topLoc+1); in doParseActions()
1415 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1444 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1501 appendOp(URX_NOP, 0); in doParseActions()
1502 appendOp(URX_NOP, 0); in doParseActions()
1920 appendOp(URX_ONECHAR_I, lastCodePoint); in fixLiterals()
1922 appendOp(URX_ONECHAR, lastCodePoint); in fixLiterals()
1930 appendOp(URX_STRING_I, fRXPat->fLiteralText.length()); in fixLiterals()
1934 appendOp(URX_STRING, fRXPat->fLiteralText.length()); in fixLiterals()
1936 appendOp(URX_STRING_LEN, fLiteralChars.length()); in fixLiterals()
1985 void RegexCompile::appendOp(int32_t op) { in appendOp() function in RegexCompile
1995 void RegexCompile::appendOp(int32_t type, int32_t val) { in appendOp() function in RegexCompile
1996 appendOp(buildOp(type, val)); in appendOp()
2228 appendOp(URX_END_CAPTURE, frameVarLocation); in handleCloseParen()
2239 appendOp(URX_LD_SP, stoLoc); in handleCloseParen()
2248 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2258 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2259 appendOp(URX_BACKTRACK, 0); in handleCloseParen()
2260 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2280 appendOp(URX_LB_END, dataLoc); in handleCloseParen()
2281 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2317 appendOp(URX_LBN_END, dataLoc); in handleCloseParen()
2383 appendOp(URX_BACKTRACK, 0); in compileSet()
2404 appendOp(URX_SETREF, setNumber); in compileSet()
2463 appendOp(LoopOp, topOfBlock); in compileInterval()
2530 appendOp(saveOp); in compileInlineInterval()
2532 appendOp(op); in compileInlineInterval()