Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_study.c115 if (*cs != OP_ALT) in find_minlength()
137 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
153 case OP_ALT: in find_minlength()
161 if (op != OP_ALT) return length; in find_minlength()
173 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
205 do cc += GET(cc, 1); while (*cc == OP_ALT); in find_minlength()
396 do ce += GET(ce, 1); while (*ce == OP_ALT); in find_minlength()
435 do ce += GET(ce, 1); while (*ce == OP_ALT); in find_minlength()
503 do ce += GET(ce, 1); while (*ce == OP_ALT); in find_minlength()
983 case OP_ALT: in set_start_bits()
[all …]
H A Dpcre_exec.c889 (*ecode == OP_ALT || *next == OP_ALT)) in match()
897 while (*ecode == OP_ALT); in match()
1002 (*ecode == OP_ALT || *next == OP_ALT)) in match()
1090 (*ecode == OP_ALT || *next == OP_ALT)) in match()
1190 (*ecode == OP_ALT || *next == OP_ALT)) in match()
1256 (*ecode == OP_ALT || *next == OP_ALT)) in match()
1563 (*ecode == OP_ALT || *next == OP_ALT)) in match()
1630 (*ecode == OP_ALT || *next == OP_ALT)) in match()
1659 while (*ecode == OP_ALT); in match()
1851 while (*callpat == OP_ALT); in match()
[all …]
H A Dpcre_compile.c1760 case OP_ALT: in find_fixedlength()
1767 if (*cc != OP_ALT) return length; in find_fixedlength()
2457 while (*scode == OP_ALT); in could_be_empty_branch()
2510 while (*code == OP_ALT); in could_be_empty_branch()
2648 case OP_ALT: in could_be_empty_branch()
3142 if (c == OP_ALT) in compare_opcodes()
3190 while (*next_code == OP_ALT) in compare_opcodes()
8236 if (*last_branch != OP_ALT) in compile_regex()
8415 *code = OP_ALT; in compile_regex()
8747 while (*code == OP_ALT); in find_firstassertedchar()
[all …]
H A Dpcre_jit_compile.c562 while (*cc == OP_ALT); in no_alternatives()
636 case OP_ALT: in next_opcode()
3304 case OP_ALT: in scan_prefix()
6531 if (*ccbegin == OP_ALT) in compile_assert_matchingpath()
6627 if (*cc != OP_ALT) in compile_assert_matchingpath()
7005 has_alternatives = *cc == OP_ALT; in compile_bracket_matchingpath()
7313 if (*cc == OP_ALT) in compile_bracket_matchingpath()
7475 while (*cc == OP_ALT) in compile_bracket_matchingpath()
9055 if (*cc == OP_ALT) in compile_bracket_backtrackingpath()
9162 while (*cc == OP_ALT); in compile_bracket_backtrackingpath()
[all …]
H A DHACKING409 next alternative OP_ALT or, if there aren't any branches, to the matching
410 OP_KET opcode. Each OP_ALT is followed by LINK_SIZE bytes giving the offset to
H A Dpcre_internal.h2054 OP_ALT, /* 119 Start of alternation */ enumerator

Completed in 77 milliseconds