Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_dfa_match.c2680 PCRE2_SPTR endasscode = code + GET(code, 1); in internal_dfa_match() local
2694 while (*endasscode == OP_ALT) endasscode += GET(endasscode, 1); in internal_dfa_match()
2712 { ADD_ACTIVE((int)(endasscode + LINK_SIZE + 1 - start_code), 0); } in internal_dfa_match()
2779 PCRE2_SPTR endasscode = asscode + GET(asscode, 1); in internal_dfa_match() local
2793 while (*endasscode == OP_ALT) endasscode += GET(endasscode, 1); in internal_dfa_match()
2812 { ADD_ACTIVE((int)(endasscode + LINK_SIZE + 1 - start_code), 0); } in internal_dfa_match()