Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1241 PCRE2_SPTR next_alt; in detect_early_fail() local
1252 next_alt = cc + GET(cc, 1); in detect_early_fail()
1253 if (*next_alt == OP_ALT) in detect_early_fail()
1515 if (cc >= next_alt) in detect_early_fail()
1575 cc = next_alt; in detect_early_fail()
1576 next_alt = cc + GET(cc, 1); in detect_early_fail()
12367 struct sljit_jump *next_alt = NULL; in compile_bracket_backtrackingpath() local
12521 next_alt = CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 0); in compile_bracket_backtrackingpath()
12677 JUMPHERE(next_alt); in compile_bracket_backtrackingpath()
13181 struct sljit_jump *next_alt = NULL; in compile_recurse() local
[all …]

Completed in 62 milliseconds