Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1248 PCRE2_SPTR next_alt; in detect_early_fail() local
1259 next_alt = cc + GET(cc, 1); in detect_early_fail()
1260 if (*next_alt == OP_ALT) in detect_early_fail()
1511 if (cc >= next_alt) in detect_early_fail()
1573 cc = next_alt; in detect_early_fail()
1574 next_alt = cc + GET(cc, 1); in detect_early_fail()
12675 struct sljit_jump *next_alt = NULL; in compile_bracket_backtrackingpath() local
12829 next_alt = CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 0); in compile_bracket_backtrackingpath()
12985 JUMPHERE(next_alt); in compile_bracket_backtrackingpath()
13487 struct sljit_jump *next_alt = NULL; in compile_recurse() local
[all …]

Completed in 37 milliseconds