Home
last modified time | relevance | path

Searched refs:OP_ALT (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_study.c159 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 Dpcre2_auto_possess.c566 if (c == OP_ALT) in compare_opcodes()
568 do code += GET(code, 1); while (*code == OP_ALT); in compare_opcodes()
655 while (*next_code == OP_ALT) in compare_opcodes()
673 do next_code += GET(next_code, 1); while (*next_code == OP_ALT); in compare_opcodes()
H A Dpcre2_dfa_match.c596 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()
3000 while (*end_subpattern == OP_ALT); in internal_dfa_match()
[all …]
H A Dpcre2_match.c4942 do Fecode += GET(Fecode,1); while (*Fecode == OP_ALT); in match()
5009 (*Fecode == OP_ALT || *next_ecode == OP_ALT)) in match()
5015 if (*Fecode != OP_ALT) break; in match()
5057 if (*Lnext_branch != OP_ALT) break; in match()
5103 (*Fecode == OP_ALT || *next_ecode == OP_ALT)) in match()
5108 if (*Fecode != OP_ALT) RRETURN(MATCH_NOMATCH); in match()
5174 (*Lstart_branch == OP_ALT || *next_ecode == OP_ALT)) in match()
5220 if (*Fecode != OP_ALT) RRETURN(MATCH_NOMATCH); in match()
5253 if (*Fecode != OP_ALT) goto ASSERT_NOT_FAILED; in match()
5515 case OP_ALT: in match()
[all …]
H A Dpcre2_compile.c4750 do code += GET(code, 1); while (*code == OP_ALT); in first_significant_code()
7075 previous[GET(previous, 1)] != OP_ALT) in compile_branch()
7330 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) in compile_branch()
8085 if (*last_branch != OP_ALT) in compile_regex()
8209 *code = OP_ALT; in compile_regex()
8307 if (scode[GET(scode,1)] != OP_ALT) return FALSE; in is_anchored()
8342 while (*code == OP_ALT); /* Loop for each alternative */ in is_anchored()
8407 do scode += GET(scode, 1); while (*scode == OP_ALT); in is_startline()
8475 while (*code == OP_ALT); /* Loop for each alternative */ in is_startline()
8731 while (*code == OP_ALT); in find_firstassertedcu()
H A Dpcre2_printint.c389 case OP_ALT: in pcre2_printint()
H A Dpcre2_jit_compile.c850 while (*cc == OP_ALT); in no_alternatives()
919 case OP_ALT: in next_opcode()
1253 if (*next_alt == OP_ALT) in detect_early_fail()
1578 while (*cc == OP_ALT); in detect_early_fail()
5467 case OP_ALT: in scan_prefix()
9535 case OP_ALT: in assert_needs_str_ptr_saving()
9776 if (*cc != OP_ALT) in compile_assert_matchingpath()
10583 while (*cc == OP_ALT) in compile_bracket_matchingpath()
12582 if (*cc == OP_ALT) in compile_bracket_backtrackingpath()
12697 while (*cc == OP_ALT); in compile_bracket_backtrackingpath()
[all …]
H A Dpcre2_internal.h1517 OP_ALT, /* 120 Start of alternation */ enumerator

Completed in 88 milliseconds