Searched refs:next_alt (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 1241 PCRE2_SPTR next_alt; in detect_early_fail() local 1255 next_alt = cc + GET(cc, 1); in detect_early_fail() 1512 if (cc >= next_alt) in detect_early_fail() 1524 if (fast_forward_allowed && *next_alt == OP_KET) in detect_early_fail() 1573 cc = next_alt; in detect_early_fail() 12444 struct sljit_jump *next_alt = NULL; in compile_bracket_backtrackingpath() local 12598 next_alt = CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 0); in compile_bracket_backtrackingpath() 12615 next_alt = CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 0); in compile_bracket_backtrackingpath() 12754 JUMPHERE(next_alt); in compile_bracket_backtrackingpath() 12759 next_alt = CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, 1); in compile_bracket_backtrackingpath() [all …]
|