Searched refs:endasscode (Results 1 – 1 of 1) sorted by relevance
2694 PCRE2_SPTR endasscode = code + GET(code, 1); in internal_dfa_match() local2708 while (*endasscode == OP_ALT) endasscode += GET(endasscode, 1); in internal_dfa_match()2726 { ADD_ACTIVE((int)(endasscode + LINK_SIZE + 1 - start_code), 0); } in internal_dfa_match()2793 PCRE2_SPTR endasscode = asscode + GET(asscode, 1); in internal_dfa_match() local2807 while (*endasscode == OP_ALT) endasscode += GET(endasscode, 1); in internal_dfa_match()2826 { ADD_ACTIVE((int)(endasscode + LINK_SIZE + 1 - start_code), 0); } in internal_dfa_match()
Completed in 10 milliseconds