Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_compile.c1102 PCRE2_SPTR next_alt; in detect_fast_fail() local
1109 next_alt = bracketend(cc) - (1 + LINK_SIZE); in detect_fast_fail()
1110 if (*next_alt != OP_KET || PRIVATE_DATA(next_alt) != 0) in detect_fast_fail()
1115 next_alt = cc + GET(cc, 1); in detect_fast_fail()
1158 cc = next_alt; in detect_fast_fail()