• Home
  • Raw
  • Download

Lines Matching refs:appendOp

369         appendOp(URX_STATE_SAVE, 2);  in doParseActions()
370 appendOp(URX_JMP, 3); in doParseActions()
371 appendOp(URX_FAIL, 0); in doParseActions()
394 appendOp(URX_END, 0); in doParseActions()
422 appendOp(URX_JMP, 0); in doParseActions()
431 appendOp(URX_NOP, 0); in doParseActions()
474 appendOp(URX_NOP, 0); in doParseActions()
476 appendOp(URX_START_CAPTURE, varsLoc); in doParseActions()
477 appendOp(URX_NOP, 0); in doParseActions()
512 appendOp(URX_NOP, 0); in doParseActions()
513 appendOp(URX_NOP, 0); in doParseActions()
535 appendOp(URX_NOP, 0); in doParseActions()
537 appendOp(URX_STO_SP, varLoc); in doParseActions()
538 appendOp(URX_NOP, 0); in doParseActions()
582 appendOp(URX_LA_START, dataLoc); in doParseActions()
583 appendOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+ 2); in doParseActions()
584 appendOp(URX_JMP, fRXPat->fCompiledPat->size()+ 3); in doParseActions()
585 appendOp(URX_LA_END, dataLoc); in doParseActions()
586 appendOp(URX_BACKTRACK, 0); in doParseActions()
587 appendOp(URX_NOP, 0); in doParseActions()
588 appendOp(URX_NOP, 0); in doParseActions()
614 appendOp(URX_LA_START, dataLoc); in doParseActions()
615 appendOp(URX_STATE_SAVE, 0); // dest address will be patched later. in doParseActions()
616 appendOp(URX_NOP, 0); in doParseActions()
657 appendOp(URX_LB_START, dataLoc); in doParseActions()
660 appendOp(URX_LB_CONT, dataLoc); in doParseActions()
661 appendOp(URX_RESERVED_OP, 0); // MinMatchLength. To be filled later. in doParseActions()
662 appendOp(URX_RESERVED_OP, 0); // MaxMatchLength. To be filled later. in doParseActions()
665 appendOp(URX_NOP, 0); in doParseActions()
666 appendOp(URX_NOP, 0); in doParseActions()
709 appendOp(URX_LB_START, dataLoc); in doParseActions()
712 appendOp(URX_LBN_CONT, dataLoc); in doParseActions()
713 appendOp(URX_RESERVED_OP, 0); // MinMatchLength. To be filled later. in doParseActions()
714 appendOp(URX_RESERVED_OP, 0); // MaxMatchLength. To be filled later. in doParseActions()
715 appendOp(URX_RESERVED_OP, 0); // Continue Loc. To be filled later. in doParseActions()
718 appendOp(URX_NOP, 0); in doParseActions()
719 appendOp(URX_NOP, 0); in doParseActions()
789 appendOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
791 appendOp(URX_LOOP_C, frameLoc); in doParseActions()
807 appendOp(loopOpI); in doParseActions()
809 appendOp(URX_LOOP_C, frameLoc); in doParseActions()
828 appendOp(URX_JMP_SAV_X, topLoc+1); in doParseActions()
831 appendOp(URX_JMP_SAV, topLoc); in doParseActions()
843 appendOp(URX_STATE_SAVE, topLoc); in doParseActions()
879 appendOp(URX_JMP, jmp2_loc+2); in doParseActions()
881 appendOp(URX_STATE_SAVE, jmp1_loc+1); in doParseActions()
924 appendOp(URX_LOOP_C, dataLoc); in doParseActions()
942 appendOp(URX_LOOP_C, dataLoc); in doParseActions()
973 appendOp(jmpOp); in doParseActions()
989 appendOp(URX_STATE_SAVE, jmpLoc+1); in doParseActions()
1073 appendOp(URX_LD_SP, varLoc); in doParseActions()
1110 appendOp(URX_DOTANY_ALL, 0); in doParseActions()
1112 appendOp(URX_DOTANY_UNIX, 0); in doParseActions()
1114 appendOp(URX_DOTANY, 0); in doParseActions()
1123 appendOp(URX_CARET, 0); in doParseActions()
1125 appendOp(URX_CARET_M, 0); in doParseActions()
1127 appendOp(URX_CARET, 0); // Only testing true start of input. in doParseActions()
1129 appendOp(URX_CARET_M_UNIX, 0); in doParseActions()
1138 appendOp(URX_DOLLAR, 0); in doParseActions()
1140 appendOp(URX_DOLLAR_M, 0); in doParseActions()
1142 appendOp(URX_DOLLAR_D, 0); in doParseActions()
1144 appendOp(URX_DOLLAR_MD, 0); in doParseActions()
1151 appendOp(URX_CARET, 0); in doParseActions()
1163 appendOp(op, 1); in doParseActions()
1176 appendOp(op, 0); in doParseActions()
1182 appendOp(URX_BACKSLASH_D, 1); in doParseActions()
1187 appendOp(URX_BACKSLASH_D, 0); in doParseActions()
1192 appendOp(URX_BACKSLASH_G, 0); in doParseActions()
1197 appendOp(URX_BACKSLASH_H, 1); in doParseActions()
1202 appendOp(URX_BACKSLASH_H, 0); in doParseActions()
1207 appendOp(URX_BACKSLASH_R, 0); in doParseActions()
1212 appendOp(URX_STAT_SETREF_N, URX_ISSPACE_SET); in doParseActions()
1217 appendOp(URX_STATIC_SETREF, URX_ISSPACE_SET); in doParseActions()
1222 appendOp(URX_BACKSLASH_V, 1); in doParseActions()
1227 appendOp(URX_BACKSLASH_V, 0); in doParseActions()
1232 appendOp(URX_STAT_SETREF_N, URX_ISWORD_SET); in doParseActions()
1237 appendOp(URX_STATIC_SETREF, URX_ISWORD_SET); in doParseActions()
1242 appendOp(URX_BACKSLASH_X, 0); in doParseActions()
1248 appendOp(URX_DOLLAR, 0); in doParseActions()
1253 appendOp(URX_BACKSLASH_Z, 0); in doParseActions()
1314 appendOp(URX_BACKREF_I, groupNum); in doParseActions()
1316 appendOp(URX_BACKREF, groupNum); in doParseActions()
1346 appendOp(URX_BACKREF_I, groupNumber); in doParseActions()
1348 appendOp(URX_BACKREF, groupNumber); in doParseActions()
1377 appendOp(URX_STATE_SAVE, fRXPat->fCompiledPat->size()+2); in doParseActions()
1380 appendOp(URX_JMP, topLoc+1); in doParseActions()
1383 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1413 appendOp(URX_JMP, topLoc+1); in doParseActions()
1416 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1445 appendOp(URX_LD_SP, stoLoc); in doParseActions()
1502 appendOp(URX_NOP, 0); in doParseActions()
1503 appendOp(URX_NOP, 0); in doParseActions()
1921 appendOp(URX_ONECHAR_I, lastCodePoint); in fixLiterals()
1923 appendOp(URX_ONECHAR, lastCodePoint); in fixLiterals()
1931 appendOp(URX_STRING_I, fRXPat->fLiteralText.length()); in fixLiterals()
1935 appendOp(URX_STRING, fRXPat->fLiteralText.length()); in fixLiterals()
1937 appendOp(URX_STRING_LEN, fLiteralChars.length()); in fixLiterals()
1986 void RegexCompile::appendOp(int32_t op) { in appendOp() function in RegexCompile
1996 void RegexCompile::appendOp(int32_t type, int32_t val) { in appendOp() function in RegexCompile
1997 appendOp(buildOp(type, val)); in appendOp()
2229 appendOp(URX_END_CAPTURE, frameVarLocation); in handleCloseParen()
2240 appendOp(URX_LD_SP, stoLoc); in handleCloseParen()
2249 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2259 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2260 appendOp(URX_BACKTRACK, 0); in handleCloseParen()
2261 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2281 appendOp(URX_LB_END, dataLoc); in handleCloseParen()
2282 appendOp(URX_LA_END, dataLoc); in handleCloseParen()
2318 appendOp(URX_LBN_END, dataLoc); in handleCloseParen()
2384 appendOp(URX_BACKTRACK, 0); in compileSet()
2405 appendOp(URX_SETREF, setNumber); in compileSet()
2464 appendOp(LoopOp, topOfBlock); in compileInterval()
2531 appendOp(saveOp); in compileInlineInterval()
2533 appendOp(op); in compileInlineInterval()