Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c1296 PCRE2_SPTR next_alt; in detect_early_fail() local
1306 next_alt = cc + GET(cc, 1); in detect_early_fail()
1307 if (*next_alt == OP_ALT && start < 1) in detect_early_fail()
1600 if (cc >= next_alt) in detect_early_fail()
1659 cc = next_alt; in detect_early_fail()
1660 next_alt = cc + GET(cc, 1); in detect_early_fail()
13003 struct sljit_jump *next_alt = NULL; in compile_bracket_backtrackingpath() local
13157 next_alt = CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 0); in compile_bracket_backtrackingpath()
13339 JUMPHERE(next_alt); in compile_bracket_backtrackingpath()
13878 struct sljit_jump *next_alt = NULL; in compile_recurse() local
[all …]

Completed in 45 milliseconds