Searched refs:wscount (Results 1 – 1 of 1) sorted by relevance
482 if (active_count++ < wscount) \491 if (active_count++ < wscount) \501 if (new_count++ < wscount) \510 if (new_count++ < wscount) \530 int wscount, in internal_dfa_match() argument562 wscount -= 2; in internal_dfa_match()563 wscount = (wscount - (wscount % (INTS_PER_STATEBLOCK * 2))) / in internal_dfa_match()573 next_new_state = new_states = active_states + wscount; in internal_dfa_match()3302 if (wscount < 20) return PCRE2_ERROR_DFA_WSSIZE; in pcre2_dfa_match()3351 workspace[1] > (int)((wscount - 2)/INTS_PER_STATEBLOCK)) in pcre2_dfa_match()[all …]
Completed in 18 milliseconds