Searched refs:next_alt (Results 1 – 1 of 1) sorted by relevance
1039 pcre_uchar *next_alt; in detect_fast_fail() local1046 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