Searched refs:OP_ALT (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/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() 290 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength() 559 do ce += GET(ce, 1); while (*ce == OP_ALT); in find_minlength() 651 do ce += GET(ce, 1); while (*ce == OP_ALT); in find_minlength() 1144 case OP_ALT: in set_start_bits() [all …]
|
H A D | pcre2_auto_possess.c | 584 if (c == OP_ALT) in compare_opcodes() 586 do code += GET(code, 1); while (*code == OP_ALT); in compare_opcodes() 673 while (*next_code == OP_ALT) in compare_opcodes() 691 do next_code += GET(next_code, 1); while (*next_code == OP_ALT); in compare_opcodes()
|
H A D | pcre2_dfa_match.c | 596 while (*end_code == OP_ALT); in internal_dfa_match() 645 while (*end_code == OP_ALT); in internal_dfa_match() 682 while (*end_code == OP_ALT); in internal_dfa_match() 907 case OP_ALT: in internal_dfa_match() 908 do { code += GET(code, 1); } while (*code == OP_ALT); in internal_dfa_match() 920 while (*code == OP_ALT); in internal_dfa_match() 928 while (*code == OP_ALT) in internal_dfa_match() 940 while (*code == OP_ALT) code += GET(code, 1); in internal_dfa_match() 947 while (*code == OP_ALT) code += GET(code, 1); in internal_dfa_match() 3057 while (*end_subpattern == OP_ALT); in internal_dfa_match() [all …]
|
H A D | pcre2_match.c | 5151 do Fecode += GET(Fecode,1); while (*Fecode == OP_ALT); in match() 5218 (*Fecode == OP_ALT || *next_ecode == OP_ALT)) in match() 5224 if (*Fecode != OP_ALT) break; in match() 5266 if (*Lnext_branch != OP_ALT) break; in match() 5312 (*Fecode == OP_ALT || *next_ecode == OP_ALT)) in match() 5317 if (*Fecode != OP_ALT) RRETURN(MATCH_NOMATCH); in match() 5383 (*Lstart_branch == OP_ALT || *next_ecode == OP_ALT)) in match() 5429 if (*Fecode != OP_ALT) RRETURN(MATCH_NOMATCH); in match() 5462 if (*Fecode != OP_ALT) goto ASSERT_NOT_FAILED; in match() 5724 case OP_ALT: in match() [all …]
|
H A D | pcre2_compile.c | 4859 do code += GET(code, 1); while (*code == OP_ALT); in first_significant_code() 7192 previous[GET(previous, 1)] != OP_ALT) in compile_branch() 7447 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) in compile_branch() 8212 if (*last_branch != OP_ALT) in compile_regex() 8336 *code = OP_ALT; in compile_regex() 8434 if (scode[GET(scode,1)] != OP_ALT) return FALSE; in is_anchored() 8469 while (*code == OP_ALT); /* Loop for each alternative */ in is_anchored() 8534 do scode += GET(scode, 1); while (*scode == OP_ALT); in is_startline() 8602 while (*code == OP_ALT); /* Loop for each alternative */ in is_startline() 8857 while (*code == OP_ALT); in find_firstassertedcu()
|
H A D | pcre2_printint.c | 420 case OP_ALT: in pcre2_printint()
|
H A D | pcre2_jit_compile.c | 855 while (*cc == OP_ALT); in no_alternatives() 924 case OP_ALT: in next_opcode() 1260 if (*next_alt == OP_ALT) in detect_early_fail() 1576 while (*cc == OP_ALT); in detect_early_fail() 5545 case OP_ALT: in scan_prefix() 9843 case OP_ALT: in assert_needs_str_ptr_saving() 10084 if (*cc != OP_ALT) in compile_assert_matchingpath() 10891 while (*cc == OP_ALT) in compile_bracket_matchingpath() 12890 if (*cc == OP_ALT) in compile_bracket_backtrackingpath() 13005 while (*cc == OP_ALT); in compile_bracket_backtrackingpath() [all …]
|
H A D | pcre2_internal.h | 1541 OP_ALT, /* 120 Start of alternation */ enumerator
|
Completed in 86 milliseconds