Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c2798 PCRE2_SPTR endasscode = code + GET(code, 1); in internal_dfa_match() local
2812 while (*endasscode == OP_ALT) endasscode += GET(endasscode, 1); in internal_dfa_match()
2830 { ADD_ACTIVE((int)(endasscode + LINK_SIZE + 1 - start_code), 0); } in internal_dfa_match()
2897 PCRE2_SPTR endasscode = asscode + GET(asscode, 1); in internal_dfa_match() local
2911 while (*endasscode == OP_ALT) endasscode += GET(endasscode, 1); in internal_dfa_match()
2930 { ADD_ACTIVE((int)(endasscode + LINK_SIZE + 1 - start_code), 0); } in internal_dfa_match()

Completed in 30 milliseconds