Searched refs:OP_ALT (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_study.c | 159 if (*cs != OP_ALT) in find_minlength() 190 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength() 212 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength() 230 case OP_ALT: in find_minlength() 238 if (op != OP_ALT || length == 0) return length; in find_minlength() 253 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength() 293 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength() 562 do ce += GET(ce, 1); while (*ce == OP_ALT); in find_minlength() 654 do ce += GET(ce, 1); while (*ce == OP_ALT); in find_minlength() 1234 case OP_ALT: in set_start_bits() [all …]
|
H A D | pcre2_auto_possess.c | 586 if (c == OP_ALT) in compare_opcodes() 588 do code += GET(code, 1); while (*code == OP_ALT); in compare_opcodes() 679 while (*next_code == OP_ALT) in compare_opcodes() 697 do next_code += GET(next_code, 1); while (*next_code == OP_ALT); in compare_opcodes()
|
H A D | pcre2_dfa_match.c | 598 while (*end_code == OP_ALT); in internal_dfa_match() 647 while (*end_code == OP_ALT); in internal_dfa_match() 684 while (*end_code == OP_ALT); in internal_dfa_match() 909 case OP_ALT: in internal_dfa_match() 910 do { code += GET(code, 1); } while (*code == OP_ALT); in internal_dfa_match() 922 while (*code == OP_ALT); in internal_dfa_match() 930 while (*code == OP_ALT) in internal_dfa_match() 942 while (*code == OP_ALT) code += GET(code, 1); in internal_dfa_match() 949 while (*code == OP_ALT) code += GET(code, 1); in internal_dfa_match() 3109 while (*end_subpattern == OP_ALT); in internal_dfa_match() [all …]
|
H A D | pcre2_match.c | 5244 do Fecode += GET(Fecode,1); while (*Fecode == OP_ALT); in match() 5311 (*Fecode == OP_ALT || *next_ecode == OP_ALT)) in match() 5317 if (*Fecode != OP_ALT) break; in match() 5359 if (*Lnext_branch != OP_ALT) break; in match() 5405 (*Fecode == OP_ALT || *next_ecode == OP_ALT)) in match() 5410 if (*Fecode != OP_ALT) RRETURN(MATCH_NOMATCH); in match() 5485 (*Lstart_branch == OP_ALT || *next_ecode == OP_ALT)) in match() 5531 if (*Fecode != OP_ALT) RRETURN(MATCH_NOMATCH); in match() 5564 if (*Fecode != OP_ALT) goto ASSERT_NOT_FAILED; in match() 5894 case OP_ALT: in match() [all …]
|
H A D | pcre2_compile.c | 5072 do code += GET(code, 1); while (*code == OP_ALT); in first_significant_code() 7455 previous[GET(previous, 1)] != OP_ALT) in compile_branch() 7706 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) in compile_branch() 8513 if (*last_branch != OP_ALT) in compile_regex() 8633 *code = OP_ALT; in compile_regex() 8731 if (scode[GET(scode,1)] != OP_ALT) return FALSE; in is_anchored() 8766 while (*code == OP_ALT); /* Loop for each alternative */ in is_anchored() 8831 do scode += GET(scode, 1); while (*scode == OP_ALT); in is_startline() 8899 while (*code == OP_ALT); /* Loop for each alternative */ in is_startline() 9154 while (*code == OP_ALT); in find_firstassertedcu()
|
H A D | pcre2_printint.c | 419 case OP_ALT: in pcre2_printint()
|
H A D | pcre2_jit_compile.c | 881 while (*cc == OP_ALT); in no_alternatives() 896 while (*cc == OP_ALT); in find_vreverse() 965 case OP_ALT: in next_opcode() 1662 while (*cc == OP_ALT); in detect_early_fail() 5699 case OP_ALT: in scan_prefix() 10147 case OP_ALT: in assert_needs_str_ptr_saving() 10429 if (*cc != OP_ALT) in compile_assert_matchingpath() 11274 while (*cc == OP_ALT) in compile_bracket_matchingpath() 13280 if (*cc == OP_ALT) in compile_bracket_backtrackingpath() 13421 while (*cc == OP_ALT); in compile_bracket_backtrackingpath() [all …]
|
H A D | pcre2_internal.h | 1566 OP_ALT, /* 120 Start of alternation */ enumerator
|
Completed in 135 milliseconds