Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c1039 pcre_uchar *next_alt; in detect_fast_fail() local
1046 next_alt = bracketend(cc) - (1 + LINK_SIZE); in detect_fast_fail()
1047 if (*next_alt != OP_KET || PRIVATE_DATA(next_alt) != 0) in detect_fast_fail()
1052 next_alt = cc + GET(cc, 1); in detect_fast_fail()
1095 cc = next_alt; in detect_fast_fail()

Completed in 26 milliseconds