Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c482 if (active_count++ < wscount) \
491 if (active_count++ < wscount) \
540 int active_count, new_count, match_count; in internal_dfa_match() local
709 active_count = new_count; in internal_dfa_match()
713 workspace[1] = active_count; in internal_dfa_match()
717 next_active_state = active_states + active_count; in internal_dfa_match()
744 for (i = 0; i < active_count; i++) in internal_dfa_match()
1532 active_count--; /* Remove non-match possibility */ in internal_dfa_match()
3009 if (i + 1 >= active_count && new_count == 0) in internal_dfa_match()
3096 else if (i + 1 >= active_count && new_count == 0) in internal_dfa_match()
[all …]

Completed in 12 milliseconds