Searched defs:active_count (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcre_dfa_exec.c353 if (active_count++ < wscount) \
363 if (active_count++ < wscount) \
418 int active_count, new_count, match_count; local
592 active_count = new_count;
596 workspace[1] = active_count;
604 for (i = 0; i < active_count; i++)
611 next_active_state = active_states + active_count;
638 for (i = 0; i < active_count; i++)
1185 active_count--; /* Remove non-match possibility */
1216 active_count
[all...]

Completed in 283 milliseconds