Searched refs:next_alt (Results 1 - 1 of 1) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 1248 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() 12846 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; compile_recurse() local [all...] |
Completed in 14 milliseconds