Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2694 PCRE2_SPTR endasscode = code + GET(code, 1); in internal_dfa_match() local
2708 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() local
2807 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 13 milliseconds