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.c1060 PCRE2_SPTR next_alt; in detect_fast_fail() local
1067 next_alt = bracketend(cc) - (1 + LINK_SIZE); in detect_fast_fail()
1068 if (*next_alt != OP_KET || PRIVATE_DATA(next_alt) != 0) in detect_fast_fail()
1073 next_alt = cc + GET(cc, 1); in detect_fast_fail()
1116 cc = next_alt; in detect_fast_fail()